Microsoft Graph · Schema

microsoft.graph.openShift

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphopenshift-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.openShift",
  "title": "microsoft.graph.openShift",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.changeTrackedEntity"
    },
    {
      "title": "openShift",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "draftOpenShift": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.openShiftItem"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Draft changes in the openShift are only visible to managers until they're shared."
        },
        "isStagedForDeletion": {
          "type": "boolean",
          "description": "The openShift is marked for deletion, a process that is finalized when the schedule is shared.",
          "nullable": true
        },
        "schedulingGroupId": {
          "type": "string",
          "description": "The ID of the schedulingGroup that contains the openShift.",
          "nullable": true
        },
        "sharedOpenShift": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.openShiftItem"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The shared version of this openShift that is viewable by both employees and managers."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.openShift"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.openShift"
}