Microsoft Graph · Schema

microsoft.graph.iosHomeScreenFolder

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphioshomescreenfolder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.iosHomeScreenFolder",
  "title": "microsoft.graph.iosHomeScreenFolder",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.iosHomeScreenItem"
    },
    {
      "title": "iosHomeScreenFolder",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "pages": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.iosHomeScreenFolderPage"
          },
          "description": "Pages of Home Screen Layout Icons which must be applications or web clips. This collection can contain a maximum of 500 elements."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.iosHomeScreenFolder"
        }
      },
      "description": "A folder containing pages of apps and web clips on the Home Screen."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.iosHomeScreenFolder"
}