erunion / mill

☴ An annotation-based DSL for documenting a REST API.
MIT License
39 stars 2 forks source link

Need a way to document array parameter examples. #196

Open erunion opened 6 years ago

erunion commented 6 years ago
@api-param:private events (array<uri>, required) - An array of live event URIs.

There's currently no way to attach an example for uri to this.