ContentTypeFormat
is redefined as a new type ofstr
(used to be a strict Enum) for allowing non-common yet valid type representations.
- Support for
#/components/responses
- Support for
#/components/headers
- Support for
#/components/parameters
ObjectWithAdditionalProperties
supports boolean value- Support for header schemas referenced through
$ref
- Support for Content Media Type with charset.
- Attributes use pythonic
snake_case
.
- Initial Release