BaseApplicationSchema
faststream.specification.base.schema.BaseApplicationSchema
#
Bases: BaseModel
A class to represent a Pydantic-serializable application schema.
ATTRIBUTE | DESCRIPTION |
---|---|
info |
information about the schema
|
METHOD | DESCRIPTION |
---|---|
to_jsonable |
Convert the schema to a JSON-serializable object. |
to_json |
Convert the schema to a JSON string. |
to_yaml |
Convert the schema to a YAML string. |