Skip to content

[I] TagMetadataWithName

Metadata for a tag including the tag name. Used with the array form of @tagMetadata.

[extensionKey: string]: unknown

Additional extension data. Keys must start with x-.

PropertyTypeDescriptionInherited from
description?stringA description of the tag.TagMetadata.description
externalDocs?ExternalDocsExternal documentation for the tag.TagMetadata.externalDocs
kind?stringA machine-readable string to categorize what sort of tag it is. Only supported natively in OpenAPI 3.2. For 3.0 and 3.1, this will be emitted as x-oai-kind.TagMetadata.kind
namestringThe name of the tag.-
parent?stringThe name of a parent tag (only supported natively in OpenAPI 3.2; emitted as x-oai-parent for 3.0 and 3.1).TagMetadata.parent
summary?stringA short summary of the tag, used for display purposes. Only supported natively in OpenAPI 3.2. For 3.0 and 3.1, this will be emitted as x-oai-summary.TagMetadata.summary