Skip to content

Commit 45ca597

Browse files
committed
Add dependentProperties to applicator meta-schema
1 parent 2844aac commit 45ca597

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

meta/applicator.json

+9
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
"additionalProperties": { "$dynamicRef": "#meta" },
3030
"default": {}
3131
},
32+
"propertyDependencies": {
33+
"type": "object",
34+
"additionalProperties": {
35+
"type": "object",
36+
"additionalProperties": { "$dynamicRef": "#meta" },
37+
"default": {}
38+
},
39+
"default": {}
40+
},
3241
"propertyNames": { "$dynamicRef": "#meta" },
3342
"if": { "$dynamicRef": "#meta" },
3443
"then": { "$dynamicRef": "#meta" },

0 commit comments

Comments
 (0)