{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.verticalSection", "title": "microsoft.graph.verticalSection", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "verticalSection", "required": [ "@odata.type" ], "type": "object", "properties": { "emphasis": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.sectionEmphasisType" }, { "type": "object", "nullable": true } ], "description": "Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue." }, "webparts": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.webPart" }, "description": "The set of web parts in this section.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.verticalSection" }