exercism / problem-specifications

Shared metadata for exercism exercises.
MIT License
326 stars 541 forks source link

Update ajv-cli #2348

Closed senekor closed 9 months ago

senekor commented 9 months ago

closes #2283.

Draft 4 of json-schema seems to be deprecated. At the same time, ajv-cli now has some kind of strict mode enabled by default, which forbids unknown fields. Disabling strict mode solves that.

I attempted to migrate to the latest json-schema spec, but my editor blew up in warnings and I got scared.