Schema
Functions
schema(cls: type[T]) ‑> type[~T] | type[superlinked.framework.common.schema.id_schema_object.IdSchemaObject]
: Use this decorator to annotate your class as a schema that can be used to represent your structured data.
Last updated