CodeSquared docs

OasInfo

OasInfo is an object representing the OpenAPI info object.

Properties

PropertyTypeDescription
oasType'info'Static value representing the OpenAPI info type.
descriptionstring | undefinedAn optional description of the API.
termsOfServicestring | undefinedOptional Terms of Service for the API.
contactOasContact | undefinedOptional OasContact contact information for the API.
licenseOasLicense | undefinedOptional OasLicense license information for the API.
versionstringThe version of the API.
extensionFieldsRecord<string, unknown> | undefinedOptional map of custom fields defined by OpenAPI extensions. Keys are strings beginning with x- and values are of any valid JSON type.