cloudflare / doca

A CLI tool that scaffolds API documentation based on JSON HyperSchemas.
BSD 3-Clause "New" or "Revised" License
228 stars 36 forks source link

Support "type" as an array #67

Closed handrews closed 7 years ago

handrews commented 7 years ago

If done after #66, this should only need theme work as the checks for type "array" seem to be the only place in json-schema-example-loader where we actually look at the value for "type".

This is probably low priority unless there's a lot of demand. Probably easy to implement, though, if anyone wants to pick it up after #66 is done.

handrews commented 7 years ago

Actually, @Relequestual fixed this already for doca-bootstrap-theme so I just need to fix it in the CF theme apparently :-P