schemas/object
schema.
polymorphic_identity
is this key defining what kind of object is in the row in the objects table or whatever it’s called right?
re
it maps to “type” later?
beavy/schemas/object
-> class ObjectField(MorphingSchema):
FALLBACK = BaseObject
registry = {}