{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AttachmentPropertiesUpdateBody", "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string", "description": "Set this to \"attachment\"" }, "status": { "type": "string" }, "title": { "type": "string" }, "metadata": { "type": "object" }, "extensions": { "type": "object" } } }