There is a json schema definition for the canoncial-data.json file.
https://github.com/exercism/problem-specifications/blob/master/canonical-schema.json
However this still allows for arbitrary keys containing spaces.
These keys are often used for specifying test input arguments.
Task
Update the https://github.com/exercism/problem-specifications/blob/master/canonical-schema.json to require all keys to be lowerCamelCase
There is a json schema definition for the
canoncial-data.jsonfile.https://github.com/exercism/problem-specifications/blob/master/canonical-schema.json
However this still allows for arbitrary keys containing spaces.
These keys are often used for specifying test input arguments.
problem-specifications/exercises/food-chain/canonical-data.json
Line 21 in 637cca6
Task
Update the https://github.com/exercism/problem-specifications/blob/master/canonical-schema.json to require all keys to be lowerCamelCase