Microsoft Graph · Schema

microsoft.graph.canvasLayout

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcanvaslayout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.canvasLayout",
  "title": "microsoft.graph.canvasLayout",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "canvasLayout",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "horizontalSections": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.horizontalSection"
          },
          "description": "Collection of horizontal sections on the SharePoint page.",
          "x-ms-navigationProperty": true
        },
        "verticalSection": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.verticalSection"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Vertical section on the SharePoint page.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.canvasLayout"
}