Skip to content

Specification

faststream.specification.base.Specification #

Bases: Protocol

title property #

title: str

to_json #

to_json() -> str
Source code in faststream/specification/base/specification.py
def to_json(self) -> str: ...

to_jsonable #

to_jsonable() -> Any
Source code in faststream/specification/base/specification.py
def to_jsonable(self) -> Any: ...

to_yaml #

to_yaml() -> str
Source code in faststream/specification/base/specification.py
def to_yaml(self) -> str: ...