{ "title": "Indico Notes schema v1.0.0", "id": "http:///schemas/indico/notes_v1.0.0.json", "$schema": "http:///schemas/indico/notes_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": "Notes id." }, "category_path": { "type": "array", "items": { "type": "string" }, "description": "Notes category path (ordered array)." }, "event_id": { "type": "integer", "description": "Notes id." }, "contribution_id": { "type": "integer", "description": "Notes id.", "required": false }, "subcontribution_id": { "type": "integer", "description": "Notes id.", "required": false }, "session_id": { "type": "integer", "description": "Notes id.", "required": false }, "content": { "type": "string", "description": "Attachments content." }, "url": { "type": "string", "description": "Full path Note URL" } } }, "creation_date": { "type": "string", "description": "Attachments creation date." }, "$schema": { "type": "string" } } }