CodeSquared docs

OasTag

OasTag is an object representing an OpenAPI tag.

Properties

PropertyTypeDescription
oasType'tag'Static value representing the OpenAPI tag type.
namestringThe name of the tag.
descriptionstring | undefinedAn optional description of the tag.
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.