{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.aiInteractionAttachment", "title": "aiInteractionAttachment", "required": [ "@odata.type" ], "type": "object", "properties": { "attachmentId": { "type": "string", "nullable": true }, "content": { "type": "string", "nullable": true }, "contentType": { "type": "string", "nullable": true }, "contentUrl": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "@odata.type": { "type": "string" } } }