json-schema
json-schema copied to clipboard
Cannot self validate meta schema
JSON Schema should be possible to self-validate for both
- meta core schema, and
- meta hyper-schema
To be exact, its the content of "id" field and "$schema" field, which yields the following error.
[ { property: '',
message: 'Invalid schema/property definition http://json-schema.org/draft-04/schema#' } ]
I am not sure if the correct logic should ignore these values, any thoughts?