Nexmo / nexmo-oas-renderer

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

Adding Deprecated tagging in renderer #93

Closed slorello89 closed 3 years ago

slorello89 commented 3 years ago

Adding handling of deprecated oas field. When a field is marked as deprecated the word DEPRECATED will appear as a constraint for the field. Also the user has the option of adding a x-replace-with field indicating what the field is meant to be replaced with.

lornajane commented 3 years ago

Fixes #87