Nexmo / nexmo-oas-renderer

Render your API references, Nexmo-style!
https://developer.nexmo.com/api
MIT License
46 stars 4 forks source link

Show data types of response fields #11

Closed lornajane closed 5 years ago

lornajane commented 5 years ago

Related to https://github.com/Nexmo/nexmo-developer/issues/1605 - when we render the response field names and descriptions, we don't include any field type information such as if the field is a string, an integer, or whatever.

We should include this to help people know how to parse the data (especially for tech stacks where expected data type matters)