{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.taskFileAttachment", "title": "microsoft.graph.taskFileAttachment", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.attachmentBase" }, { "title": "taskFileAttachment", "required": [ "@odata.type" ], "type": "object", "properties": { "contentBytes": { "type": "string", "description": "The base64-encoded contents of the file.", "format": "base64url" }, "@odata.type": { "type": "string", "default": "#microsoft.graph.taskFileAttachment" } } } ], "x-ms-discriminator-value": "#microsoft.graph.taskFileAttachment" }