{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.educationFileResource", "title": "microsoft.graph.educationFileResource", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationResource" }, { "title": "educationFileResource", "required": [ "@odata.type" ], "type": "object", "properties": { "fileUrl": { "type": "string", "description": "Location on disk of the file resource.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.educationFileResource" } } } ], "x-ms-discriminator-value": "#microsoft.graph.educationFileResource" }