{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.horizontalSectionColumn", "title": "microsoft.graph.horizontalSectionColumn", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "horizontalSectionColumn", "required": [ "@odata.type" ], "type": "object", "properties": { "width": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section.", "format": "int32", "nullable": true }, "webparts": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.webPart" }, "description": "The collection of WebParts in this column.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.horizontalSectionColumn" }