clingen-data-model / allele

Documentation for data model of ClinGen
10 stars 2 forks source link

Schemas in JSON-SCHEMA #138

Closed hitz closed 3 years ago

hitz commented 9 years ago

the curation app uses JSON-SCHEMA (http://json-schema.org/) to define it's objects (you can view them as a work-in-progress here: https://github.com/ClinGen/clincoded/tree/dev/src/clincoded/schemas).

I would not ask the group to switch from XSD to JSON-SCHEMA but would it be possible to have some sort of continuous integration process or other automated or semi-automated method for converting XSD->JSON-SCHEMA??

Something like: https://github.com/highsource/jsonix-schema-compiler ?