Closed
Description
Draft 5 contains the following information about the $schema
keyword:
The "$schema" keyword is both used as a JSON Schema version identifier
and the location of a resource which is itself a JSON Schema, which describes
any schema written for this particular version. [...] The current schema MUST
be valid against the meta-schema identified by this URI.
However, there is no JSON file available at http://json-schema.org/draft-05/schema#
which would serve as the resource to validate against. (Other URIs, such as http://json-schema.org/schema#
or http://json-schema.org/draft-04/schema#
, do return a JSON document as expected.)
Since Draft 5 is an official IETF draft that users may validate against, there should be a JSON document made available at http://json-schema.org/draft-05/schema#
as well.
Metadata
Metadata
Assignees
Labels
No labels