manchenkoff / openapi3-parser

OpenAPI 3 parser to use a specification inside of the code in your projects
https://pypi.org/project/openapi3-parser/
MIT License
64 stars 33 forks source link

[Feature]: Add support example/examples on BodyRequest object #86

Closed thaichat04 closed 1 month ago

thaichat04 commented 1 month ago

Spec Open API on BodyRequest: https://swagger.io/specification/#parameter-object with example/examples

Add information about example/examples found on content into result

These information are optionals, even with 'schema' attribut on BodyRequest. Current code make 'schema' is required

manchenkoff commented 1 month ago

Closed by #87, published as v1.1.18