{ "title": "Indico Subontributions schema v1.0.0", "id": "http:///schemas/indico/subcontributions_v1.0.0.json", "$schema": "http:///schemas/indico/subcontributions_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": "Subcontributions id." }, "category_path": { "type": "array", "items": { "type": "string" }, "description": "Subcontributions category path (ordered array)." }, "event_id": { "type": "integer", "description": "Event id." }, "contribution_id": { "type": "integer", "description": "Contribution id." }, "location": { "type": "string", "description": "Subcontributions location." }, "title": { "type": "string", "description": "Subcontributions title." }, "description": { "type": "string", "description": "Subcontributions description." }, "list_of_persons": { "type": "array", "items": { "type": "string" }, "description": "Subcontributions person's name, affiliation." }, "url": { "type": "string", "description": "Full path Subcontributions URL" } } }, "$schema": { "type": "string" } } }