Skip to content

Commit 7060428

Browse files
remove redundant defaults adjacent to $dynamicRef
1 parent 9eef7bf commit 7060428

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

meta/applicator.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"items": { "$dynamicRef": "#meta" },
1414
"contains": { "$dynamicRef": "#meta" },
1515
"additionalProperties": {
16-
"$dynamicRef": "#meta",
17-
"default": {}
16+
"$dynamicRef": "#meta"
1817
},
1918
"properties": {
2019
"type": "object",
@@ -33,8 +32,7 @@
3332
"default": {}
3433
},
3534
"propertyNames": {
36-
"$dynamicRef": "#meta",
37-
"default": {}
35+
"$dynamicRef": "#meta"
3836
},
3937
"if": { "$dynamicRef": "#meta" },
4038
"then": { "$dynamicRef": "#meta" },

0 commit comments

Comments
 (0)