Specification faststream.specification.base.Specification # Bases: Protocol title property # title to_json # to_json() Source code in faststream/specification/base/specification.py 9def to_json(self) -> str: ... to_jsonable # to_jsonable() Source code in faststream/specification/base/specification.py 11def to_jsonable(self) -> Any: ... to_yaml # to_yaml() Source code in faststream/specification/base/specification.py 13def to_yaml(self) -> str: ...