ivoa / vo-dml

VO-DML tooling and documents.
Creative Commons Attribution Share Alike 4.0 International
1 stars 1 forks source link

generate JSON schema #32

Closed pahjbo closed 1 month ago

pahjbo commented 6 months ago

generate the JSON schema for the JSON serialisation

pahjbo commented 4 months ago

just to note that this can be done in a roundabout way at the moment via the generated java code - this issue is to generate the schema direct from the VO-DML

pahjbo commented 1 month ago

the version 0.5 tooling now generates JSON schema directly with the

gradle vodmlschema

command (which also generates XML schema)

The schema are generated to build/generated/sources/vodml/schema/ by default