We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c673da8 commit 5df7cb0Copy full SHA for 5df7cb0
schemas/2021-09-09/uiFormDefinition.schema.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "http://json-schema.org/draft-07/schema",
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
"definitions": {
4
"createFormViewType": {
5
"type": "object",
@@ -3861,11 +3861,6 @@
3861
"allOf": [
3862
3863
"$ref": "#/definitions/formControlsWithoutSection"
3864
- },
3865
- {
3866
- "not": {
3867
- "$ref": "#/definitions/Microsoft.Common.Section"
3868
- }
3869
}
3870
]
3871
},
0 commit comments