ksauder
ksauder
Addresses: #1300 #1249 #995 #347 I was having trouble getting inheritance to work in a logical way with the ModelSchema, so I took a stab at updating the ModelSchemaMetaclass, MetaConf,...
I would like to be able to inherit from ModelSchemas so I can add a configuration layer where I can add custom functionality to the underlying pydantic `BaseModel` and then...
The lack a type in the default argument messes up existing routing, and `int` seems like a reasonable default. Can also get this working getting a type from the model...