-
-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Labels
✨ EnhancementIndicates that the issue suggests an improvement or new feature.Indicates that the issue suggests an improvement or new feature.
Description
Recently some changes have been merged in json-schema-spec to some 2019-09 schemas. Please could they be updated on the website, as implementations pull from here for validation against metaschemas? Also, two one of them is not yet merged (but I just created it).
They are:
- Fix patterns and paths in output schema json-schema-spec#923 (fixes to output/schema.json)
Fix applicator meta-schema for unevaluatedProperties json-schema-spec#883 (fixes to meta/applicator.json for unevaluatedProperties)looks like this one is on the website alreadyfixed regex for $id in core metaschema json-schema-spec#804 (fixes to meta/core.json for $id)looks like this one is on the website already- output schema fixes json-schema-spec#940 (not yet merged; another fix to output/schema.json)
However, do not include all the changes to these files, because some only have relevance to 2020-0X and involve parallel changes to the specification documents, such as:
- Fix output relative locations to be consistent json-schema-spec#938 (changes in semantics to output properties)
- Fix $anchor pattern in core.json json-schema-spec#928 (regex fix in $anchor pattern)
thanks!
edit: I double-checked each PR and it looks like the only undeployed changes are to output/schema.json, which is far less of a big deal than fixes to the spec metaschema itself. so this is much less higher priority than I thought it should be when I filed it. sorry! -ether
Metadata
Metadata
Assignees
Labels
✨ EnhancementIndicates that the issue suggests an improvement or new feature.Indicates that the issue suggests an improvement or new feature.