OasTag
OasTag is an object representing an OpenAPI tag.
Properties
Property | Type | Description |
---|---|---|
oasType | 'tag' | Static value representing the OpenAPI tag type. |
name | string | The name of the tag. |
description | string | undefined | An optional description of the tag. |
extensionFields | Record<string, unknown> | undefined | Optional map of custom fields defined by OpenAPI extensions. Keys are strings beginning with x- and values are of any valid JSON type. |