{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.reportFileMetadata", "title": "reportFileMetadata", "required": [ "@odata.type" ], "type": "object", "properties": { "downloadUrl": { "type": "string", "description": "The URL to download the report.", "nullable": true }, "fileName": { "type": "string", "description": "The name of the file.", "nullable": true }, "size": { "type": "number", "description": "The size of the file.", "format": "int64", "nullable": true }, "@odata.type": { "type": "string" } } }