apistar
apistar copied to clipboard
Allow 'examples' field in "Parameter", "MediaType" and "Components"
This pull requests will add the following:
- Extend the openapi validator to allow the
examplesfield, see https://swagger.io/docs/specification/adding-examples/ and https://swagger.io/specification/#componentsObject - Render the examples (and the already existing example field) in the
apistartheme documentation.