{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AiInteractionAttachment", "type": "object", "properties": { "attachmentId": { "type": "string" }, "content": { "type": "string" }, "contentType": { "type": "string" }, "contentUrl": { "type": "string" }, "name": { "type": "string" } } }