Skip to content

http://json-schema.org/draft-05/schema# should return a JSON file #192

Closed
@dwhieb

Description

@dwhieb

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions