Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions meta/applicator.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"$recursiveAnchor": true,

"title": "Applicator vocabulary meta-schema",
"type": ["object", "boolean"],
"properties": {
"additionalItems": { "$recursiveRef": "#" },
"unevaluatedItems": { "$recursiveRef": "#" },
Expand Down
1 change: 0 additions & 1 deletion meta/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"$recursiveAnchor": {
"type": "boolean",
"const": true,
"default": false
},
"$vocabulary": {
Expand Down
16 changes: 8 additions & 8 deletions output/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
},
{
"if": {
"oneOf": [
"anyOf": [
{
"properties": {
"keywordLocation": {
"pattern": ".*/$ref/.*"
"pattern": "/\\$ref/"
}
}
}
},
{
"properties": {
"keywordLocation": {
"pattern": ".*/$recursiveRef/.*"
"pattern": "/\\$recursiveRef/"
}
}
}
}
]
},
Expand All @@ -79,8 +79,8 @@
},
"required": [ "valid" ]
},
"basic": { "$ref": "#/outputUnit" },
"detailed": { "$ref": "#/outputUnit" },
"verbose": { "$ref": "#/outputUnit" }
"basic": { "$ref": "#/$defs/outputUnit" },
"detailed": { "$ref": "#/$defs/outputUnit" },
"verbose": { "$ref": "#/$defs/outputUnit" }
}
}