Skip to content

TagDict

faststream.asyncapi.schema.TagDict #

Bases: TypedDict

A dictionary-like class for storing tags.

ATTRIBUTE DESCRIPTION
name

required name of the tag

description

description of the tag

externalDocs

external documentation for the tag

name instance-attribute #

name

description instance-attribute #

description

externalDocs instance-attribute #

externalDocs