openapi_types 2.0.2
openapi_types: ^2.0.2 copied to clipboard
A Dart package providing OpenAPI types and utilities for API documentation.
Changelog #
2.0.2 #
- fix: RefernceObject now is a JsonSchema object, and it has a constructor that takes a String ref as parameter.
2.0.1 #
- fix: add missing types in DocumentV2
2.0.0 #
- fix!: improved interoperability between OpenAPI types.
1.1.1 #
- fix: changed some interfaces to support null safety.
1.1.0 #
- feat: Added Parser from and to JSON/YAML.
1.0.0 #
- Initial version.