Structs

Configuration details for a authorization code OAuth Flow See [link] [link](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#oauth-flow-object

A map of possible out-of band callbacks related to the parent operation. Each value in the map is a Path Item Object that describes a set of requests that may be initiated by the API provider and the expected responses. The key value used to identify the callback object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.

Configuration details for a client credentials OAuth Flow See [link] [link](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#oauth-flow-object

Holds a set of reusable objects for different aspects of the OAS.

Contact information for the exposed API.

A single encoding definition applied to a single schema property.

Allows referencing an external resource for extended documentation.

Allows configuration of the supported OAuth Flows. See [link] [link][https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#oauth-flows-object]

The Header Object follows the structure of the Parameter Object with the following changes:

Configuration details for a implicit OAuth Flow See [link] link

General information about the API.

License information for the exposed API.

Each Media Type Object provides schema and examples for the media type identified by its key.

top level document

Describes a single API operation on a path.

Describes a single operation parameter. A unique parameter is defined by a combination of a name and location.

Configuration details for a password OAuth Flow See [link] [link](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#oauth-flow-object

Describes the operations available on a single path.

Describes a single request body.

Describes a single response from an API Operation, including design-time, static links to operations based on the response.

An object representing a Server.

An object representing a Server Variable for server URL template substitution.

Adds metadata to a single tag that is used by the Operation Object. It is not mandatory to have a Tag Object per tag defined in the Operation Object instances.

Wraper around url::Url to fix serde issue

Enums

The Link object represents a possible design-time link for a response.

A simple object to allow referencing other components in the specification, internally and externally.

Defines a security scheme that can be used by the operations. Supported schemes are HTTP authentication, an API key (either as a header or as a query parameter), OAuth2’s common flows (implicit, password, application and access code) as defined in RFC6749, and OpenID Connect Discovery.

Type Definitions

Lists the required security schemes to execute this operation. The name used for each property MUST correspond to a security scheme declared in the Security Schemes under the Components Object.