Info

The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.

Members

Mixins

__anonymous
mixin Serialization!Info
Undocumented in source.

Variables

contact
Contact contact;

The contact information for the exposed API.

description
string description;

A short description of the application. CommonMark syntax MAY be used for rich text representation.

license
License license;

The license information for the exposed API.

termsOfService
string termsOfService;

A URL to the Terms of Service for the API. MUST be in the format of a URL.

title
string title;

The title of the application.

version_
string version_;

The version of the OpenApi document (which is distinct from the OpenApi Specification version or the API implementation version).

Meta