ga4gh / vrsatile

VRS Added Tools for Interoperable Loquacious Exchange
Apache License 2.0
0 stars 2 forks source link

Add meta-schema and JSON Schema #11

Closed ahwagner closed 3 years ago

ahwagner commented 3 years ago

This first PR covers the Value Object Descriptor and Variation Descriptor objects under a YAML meta-schema for export to JSON Schema and technical documents (.rst docs). This meta-schema also enables class inheritance; for abstract classes defined by oneOf arrays of $ref, the heritable_properties and heritable_required fields are gathered and written to downstream classes in the JSON Schema.