ApplicationSchema
faststream.specification.asyncapi.v3_0_0.schema.ApplicationSchema
#
Bases: BaseApplicationSchema
A class to represent an application schema.
ATTRIBUTE | DESCRIPTION |
---|---|
asyncapi |
version of the async API
|
id |
optional ID
|
defaultContentType |
optional default content type
|
info |
information about the schema
|
servers |
optional dictionary of servers
|
channels |
dictionary of channels
|
components |
optional components of the schema
|