feat!: remove x-oold-reverse-default-properties from the vocabulary - #152
Merged
Conversation
Deprecated before v1.0, so it is not part of v1.0's vocabulary and the spec should not name it. Removed from the prose, the meta-schema and the compliance fixtures. The migration guide still names it, which is where someone holding a pre-1.0 document needs to find it.
simontaurus
force-pushed
the
spec/drop-reverse-default-properties
branch
from
August 27, 2026 03:33
3f8d54c to
280b97c
Compare
This was referenced Aug 28, 2026
Open
This was referenced Aug 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The keyword was deprecated before v1.0, so it is not part of v1.0's vocabulary and the specification should not name it. Deprecating a keyword that never shipped in a stable release carries the cost of an obsolete name into the first release, for no reader who could be holding it.
Removed
#reverse-properties: the parenthesis announcing the deprecation. The replacement,x-oold-ui-default-property, is stated directly instead.#ui-vocabulary: the trailing sentence deprecating it in favour ofx-oold-ui-default-property.meta/oold-meta-schema-base.json: the keyword definition, which also drops it from the generated vocabulary table.examples/compliance/oold-vocab.json: the use in the valid reverse-property fixture, andvocab-1-14(the "not an array" case), which would otherwise pass now that the keyword is an unrecognised annotation.Kept
docs/migration/from-legacy-osw.mdstill names it. That is the document a reader holding a pre-1.0 schema goes to, and it is not the specification.Verification
Rebased onto main after #150.
make checkexit 0 (53 sections, 80 rules, no drift).make validate:examples380 ok / 0 failed,examples/compliance70 ok / 0 failed across 52 targets (was 71 / 53).