Skip to content

Commit b7d54cc

Browse files
Updating items to remove additional properties
1 parent bc52763 commit b7d54cc

File tree

1 file changed

+2
-8
lines changed
  • specification/portal/resource-manager/Microsoft.Portal/preview/2020-09-01-preview

1 file changed

+2
-8
lines changed

specification/portal/resource-manager/Microsoft.Portal/preview/2020-09-01-preview/portal.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,8 @@
530530
"parts": {
531531
"type": "array",
532532
"description": "The dashboard parts.",
533-
"additionalProperties": {
534-
"$ref": "#/definitions/DashboardParts"
535-
},
536533
"items": {
537-
"type": "object"
534+
"$ref": "#/definitions/DashboardParts"
538535
}
539536
},
540537
"metadata": {
@@ -553,11 +550,8 @@
553550
"lenses": {
554551
"type": "array",
555552
"description": "The dashboard lenses.",
556-
"additionalProperties": {
557-
"$ref": "#/definitions/DashboardLens"
558-
},
559553
"items": {
560-
"type": "object"
554+
"$ref": "#/definitions/DashboardLens"
561555
}
562556
},
563557
"metadata": {

0 commit comments

Comments
 (0)