danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

Do not parse MSON generic types #321

Open hauleth opened 7 years ago

hauleth commented 7 years ago

Docs: https://github.com/apiaryio/mson/blob/master/MSON%20Specification.md#3511-variable-type-specification

Example definition:

## Entry (object[*T*])

+ type: `entry:xyz` (string, required)
+ relationships (array)
    - (Doctor)
+ attributes (T, required)