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
|