Open
Description
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