Skip to content

Commit cc296f0

Browse files
committed
Merge pull request #883 from jdesrosiers/fix-applicator-schema
Fix applicator meta-schema for unevaluatedProperties
1 parent b47f567 commit cc296f0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

meta/applicator.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@
1818
},
1919
"contains": { "$recursiveRef": "#" },
2020
"additionalProperties": { "$recursiveRef": "#" },
21-
"unevaluatedProperties": {
22-
"type": "object",
23-
"additionalProperties": {
24-
"$recursiveRef": "#"
25-
}
26-
},
21+
"unevaluatedProperties": { "$recursiveRef": "#" },
2722
"properties": {
2823
"type": "object",
2924
"additionalProperties": { "$recursiveRef": "#" },

0 commit comments

Comments
 (0)