Skip to content

Create MetaModelType Table (Type Definitions) #18

@bnznamco

Description

@bnznamco
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions