| OpenAPIComponents |
OpenAPIComponents describes the schemas referenced in the API.
|
| OpenAPIContactDetails |
OpenAPIContactDetails describes the contact details for the API's owner.
|
| OpenAPIEncoding |
OpenAPIEncoding describes the encoding of the request or response from the API.
|
| OpenAPIExternalDocs |
OpenAPIExternalDocs holds the links to external documentation.
|
| OpenAPIInfo |
OpenAPIInfo describes the top level info section of the Open API Specification
|
| OpenAPILicense |
OpenAPILicense describes the license associated with the API.
|
| OpenAPIMediaType |
OpenAPIMediaType describes the content of the request or response for an API.
|
| OpenAPIOperation |
OpenAPIOperation describes a specific API operation.
|
| OpenAPIParameter |
OpenAPIParameter describes a single parameter passed on the operation of the API.
|
| OpenAPIPathDescription |
OpenAPIPathDescription describes the operations associated with a specific path.
|
| OpenAPIRequestBody |
OpenAPIRequestBody describes the request body passed on an API operation.
|
| OpenAPIResponse |
OpenAPIResponse describes a response to an API operation.
|
| OpenAPISchema |
OpenAPISchema describes the type of a parameter.
|
| OpenAPIServer |
OpenAPIServer describes a server that supports the API.
|
| OpenAPISpecification |
OpenAPISpecification provides a java class for Jackson to use to unpack the
open API specification retrieved from the server.
|
| OpenAPITag |
OpenAPILicense describes the license associated with the API.
|