Skip to content

Adding schema `schema_type` property

Pierre Dittgen requested to merge add_schema_type into master

Relative to #2 (closed)

Add an optional property schema_type at schema level.

  • schema_type property values are constrained by an enum list:
    • tableschema -> default value
    • jsonschema
    • xsd
    • other
Edited by Pierre Dittgen

Merge request reports