Skip to content

ExternalDocsDict

faststream.asyncapi.schema.utils.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

url instance-attribute #

url

description instance-attribute #

description