{ "title": "Indico Attachments schema v1.0.0", "id": "http:///schemas/indico/attachments_v1.0.0.json", "$schema": "http:///schemas/indico/attachments_v1.0.0.json", "type": "object", "properties": { "_access": { "type": "object", "properties": { "owner": { "type": "array", "items": { "type": "string" } }, "read": { "type": "array", "items": { "type": "string" } }, "update": { "type": "array", "items": { "type": "string" } }, "delete": { "type": "array", "items": { "type": "string" } } } }, "_data": { "type": "object", "properties": { "id": { "type": "integer", "description": "Attachments id." }, "category_path": { "type": "array", "items": { "type": "string" }, "description": "Attachments category path (ordered array)." }, "event_id": { "type": "integer", "description": "Event id." }, "contribution_id": { "type": "integer", "description": "Contribution id.", "required": false }, "subcontribution_id": { "type": "integer", "description": "Event id.", "required": false }, "filename": { "type": "string", "description": "Attachments filename." }, "content": { "type": "string", "description": "Attachments content." }, "url": { "type": "string", "description": "Full path Attachment URL" } } }, "creation_date": { "type": "string", "description": "Attachments creation date." }, "$schema": { "type": "string" } } }