Decorator for annotating classes as event schemas that represent events between other schemas
event_schema(cls: type[T]) -> type[T] | type[EventSchemaObject]
type[T] | type[EventSchemaObject]
Was this page helpful?