Microsoft Graph · Schema

microsoft.graph.educationExcelResource

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationexcelresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationExcelResource",
  "title": "microsoft.graph.educationExcelResource",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.educationResource"
    },
    {
      "title": "educationExcelResource",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "fileUrl": {
          "type": "string",
          "description": "Pointer to the Excel file object.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.educationExcelResource"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.educationExcelResource"
}