[I] OpenAPITag3_2
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[key: `x-${string}`]: anyProperties
Section titled “Properties”| Property | Type | Description | Inherited from | 
|---|---|---|---|
| description? | string | - | OpenAPI3Tag.description | 
| externalDocs? | OpenAPI3ExternalDocs | - | OpenAPI3Tag.externalDocs | 
| kind? | string | A machine-readable string to categorize what sort of tag it is See https://spec.openapis.org/oas/latest#fixed-fields-18 | - | 
| name | string | - | OpenAPI3Tag.name | 
| parent? | string | The name of a tag that this tag is nested under. The named tag MUST exist in the API description, and circular references between parent and child tags MUST NOT be used. See https://spec.openapis.org/oas/latest#fixed-fields-18 | - | 
| summary? | string | A short summary of the tag, used for display purposes. See https://spec.openapis.org/oas/latest#fixed-fields-18 | - |