Closed
Description
Am I missing something or there is not validation of schema itself? I don't know if it is possible, but it would be nice to throw something like json-schema parse error.
For json-schema:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"id": {
"type": "number"
},
"type": "object"
}
}
I've expected similar error message as I got from jsonschemavalidator.net:
Unexpected token encountered when reading value for 'type'. Expected StartObject, got String. Path 'properties.type', line 7, position 22.
Metadata
Metadata
Assignees
Labels
No labels