json-schema icon indicating copy to clipboard operation
json-schema copied to clipboard

Cannot self validate meta schema

Open vicary opened this issue 10 years ago • 0 comments

JSON Schema should be possible to self-validate for both

  1. meta core schema, and
  2. 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?

vicary avatar Feb 22 '15 11:02 vicary