Skip to content

Commit 5df7cb0

Browse files
author
Shrisha Kumar
committed
Fixing cyclic dependencies
1 parent c673da8 commit 5df7cb0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

schemas/2021-09-09/uiFormDefinition.schema.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema",
2+
"$schema": "http://json-schema.org/draft-07/schema#",
33
"definitions": {
44
"createFormViewType": {
55
"type": "object",
@@ -3861,11 +3861,6 @@
38613861
"allOf": [
38623862
{
38633863
"$ref": "#/definitions/formControlsWithoutSection"
3864-
},
3865-
{
3866-
"not": {
3867-
"$ref": "#/definitions/Microsoft.Common.Section"
3868-
}
38693864
}
38703865
]
38713866
},

0 commit comments

Comments
 (0)