{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.exportFileMetadata", "title": "exportFileMetadata", "required": [ "@odata.type" ], "type": "object", "properties": { "downloadUrl": { "type": "string", "nullable": true }, "fileName": { "type": "string", "nullable": true }, "size": { "type": "number", "format": "int64", "nullable": true }, "@odata.type": { "type": "string" } } }