open_api_forked 3.0.0 open_api_forked: ^3.0.0 copied to clipboard
Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.
Changelog #
3.0.0 #
- nullsafety migration
2.0.1+1 #
- forked version to fix v3 security requirements
1.0.2 #
- Adds
APIResponse.addHeader
andAPIResponse.addContent
. - Adds
APIOperation.addResponse
.
1.0.1 #
- Adds
APISchemaObject.isFreeForm
and related support for free-form schema objects.
1.0.0 #
- Adds support for OpenAPI 3.0
- Splits Swagger (2.0) and OpenAPI (3.0) into 'package:open_api/v2.dart' and 'package:open_api/v3.dart'.
0.9.1 #
- Moves shared properties from
APISchema
,APIHeader
andAPIParameter
intoAPIProperty
.
0.9.0 #
- Initial data structures
- Parsing specifications
- Writing specifications to disk