ExternalDocs
faststream.specification.asyncapi.v2_6_0.schema.ExternalDocs
#
Bases: BaseModel
A class to represent external documentation.
ATTRIBUTE | DESCRIPTION |
---|---|
url |
URL of the external documentation
|
description |
optional description of the external documentation
|
from_spec
classmethod
#
from_spec(docs: ExternalDocs) -> Self
from_spec(docs: ExternalDocsDict) -> Self