ExternalDocsDict
faststream.asyncapi.schema.ExternalDocsDict #
Bases: TypedDict
A dictionary type for representing external documentation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
url | Required URL for the external documentation
|
description | Description of the external documentation
|