Expand description

Implements OpenAPI Metadata types.

Refer to OpenApi trait and derive documentation for examples and usage details.

Structs

OpenAPI Contact information of the API.

Builder for Contact with chainable configuration methods to create a new Contact. See the InfoBuilder for combined usage example.

OpenAPI Info object represents metadata of the API.

Builder for Info with chainable configuration methods to create a new Info.

OpenAPI License information of the API.

Builder for License with chainable configuration methods to create a new License.