Microsoft Graph · Schema

microsoft.graph.onenoteOperation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphonenoteoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.onenoteOperation",
  "title": "microsoft.graph.onenoteOperation",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.operation"
    },
    {
      "title": "onenoteOperation",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "error": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.onenoteOperationError"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The error returned by the operation."
        },
        "percentComplete": {
          "type": "string",
          "description": "The operation percent complete if the operation is still in running status.",
          "nullable": true
        },
        "resourceId": {
          "type": "string",
          "description": "The resource id.",
          "nullable": true
        },
        "resourceLocation": {
          "type": "string",
          "description": "The resource URI for the object. For example, the resource URI for a copied page or section.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.onenoteOperation"
}