Closed paul-bayleaf closed 2 days ago
@paul-bayleaf Thanks very much! Both of these are now fixed:
"hyphen": "start"
."patternProperties"
.The latter was made possible by an improvement to the docs system (commit here).
A related note is: I've just added a way to quickly run the JSON Schema validation on all of the example documents from the command line (commit here). This is done via python manage.py validate_json
.
There are two issues here:
1) Lyrics basic and lyrics multi-line examples do not validate against the schema.
The schema for the "lyrics" property "lines" will need to use "patternProperties" to allow a user specified property name. For example.
2) Lyrics multi-line example syntax error.
The lyrics multi-line example on line 90 has "hyphen": "start" this should be "type": "start".