vizoogmbh / u3m

Unified 3D Material (U3M)
http://www.u3m.info
BSD 3-Clause "New" or "Revised" License
40 stars 20 forks source link

Upgrade JSON Schemas to a more recent version #35

Open UncleFirefox opened 1 year ago

UncleFirefox commented 1 year ago

Ajv the most popular json schema validation lib for NodeJS has deprecated this version a long time ago: https://github.com/ajv-validator/ajv/issues/472 which causes all sort of issues, their migration cli seems not to be enough and shows date format problems. Would you consider upgrading the json schema version of 1.0 and 1.1 files to a more recent one?

Cheers

Albert