This removes comments so that the schema passes stricter jsonschema requirements that are common in online jsonschema validators. I think this is a non breaking change since it doesn't affect python validation. I would prefer to keep comments in but would rather be able to see errors neatly presented in online validators.
I did the quick thing in just removing all comments but probably some of these comments can be kept if they don't break jsonschema validation.
Related Issue
37
Type of Change
[ ] :books: Examples, docs, tutorials or dependencies update;
[ ] :wrench: Bug fix (non-breaking change which fixes an issue);
[x] :clinking_glasses: Improvement (non-breaking change which improves an existing feature);
[ ] :rocket: New feature (non-breaking change which adds functionality);
[ ] :boom: Breaking change (fix or feature that would cause existing functionality to change);
Description
This removes comments so that the schema passes stricter jsonschema requirements that are common in online jsonschema validators. I think this is a non breaking change since it doesn't affect python validation. I would prefer to keep comments in but would rather be able to see errors neatly presented in online validators.
I did the quick thing in just removing all comments but probably some of these comments can be kept if they don't break jsonschema validation.
Related Issue
37
Type of Change
Checklist
CONTRIBUTING.md
guide;make check
;