{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.agreementFileData", "title": "agreementFileData", "required": [ "@odata.type" ], "type": "object", "properties": { "data": { "type": "string", "description": "Data that represents the terms of use PDF document. Read-only.", "format": "base64url", "nullable": true }, "@odata.type": { "type": "string" } } }