Nexmo / oas_parser

An open source Open API Spec 3 Definition Parser
MIT License
51 stars 16 forks source link

Added support for 'nullable?' which is needed for callback properties #59

Closed dragonmantank closed 3 years ago

dragonmantank commented 3 years ago

As part of the nullable support in the renderer, this adds support "nullable" on parameters and properties. This was needed to support checking for nullable on the webhook request templates.