- Define the `MetaModelType` table with: - `id`: Primary key (UUID or auto-increment). - `name`: Unique name for the type. - `json_schema`: JSON field containing the validation schema. - Provide a way to validate the correct syntax oh the json_schema data. - Provide a function to generate a structured model from the JSON schema dynamically.
MetaModelTypetable with:id: Primary key (UUID or auto-increment).name: Unique name for the type.json_schema: JSON field containing the validation schema.