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