You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the fields introduced by OpenAPI 3.2.0 to the model classes and
bump the declared version from 3.1.0 to 3.2.0.
- OpenApi: $self
- Server: name
- Tag: summary, parent, kind
- PathItem: query (QUERY method), additionalOperations
- MediaType: itemSchema, prefixEncoding, itemEncoding (streaming)
- Encoding: encoding, prefixEncoding, itemEncoding
- Response: summary
- Example: dataValue, serializedValue
- Components: mediaTypes
- SecurityScheme: oauth2MetadataUrl, deprecated
- OAuthFlows: deviceAuthorization
- OAuthFlow: deviceAuthorizationUrl
All additions are new constructor params at the end with null
defaults; with SKIP_NULL_VALUES they never appear in output unless
set. The 3.0.0 downgrade via ?spec_version=3.0.0 is unchanged.
0 commit comments