Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Draft-06 schema should match latest GitHub source #357

@ssilverman

Description

@ssilverman

I just noticed that the downloadable Draft-06 schema (https://json-schema.org/draft-06/schema from https://json-schema.org/specification-links.html#draft-6) doesn't match what's on GitHub: https://github.com/json-schema-org/json-schema-spec/blob/draft-06/schema.json

This is different:

        "patternProperties": {
            "type": "object",
            "additionalProperties": { "$ref": "#" },
            "propertyNames": { "format": "regex" },
            "default": {}
        },

"propertyNames": { "format": "regex" }, is missing.

Metadata

Metadata

Assignees

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