Module json_schema

Module json_schema 

Source
Expand description

JSON Schema parser for importing JSON Schema into data models.

§Validation

All imported table and column names are validated for:

  • Valid identifier format
  • Maximum length limits

Structs§

JSONSchemaImporter
Parser for JSON Schema format.
ParserError
Parser error structure (matches ODCL parser format).