{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/erasmus-university-rotterdam/main/json-structure/erasmus-university-rotterdam-project-structure.json", "name": "Project", "type": "object", "description": "Figshare project object.", "required": [ "created_date", "id", "modified_date", "title", "url" ], "properties": { "url": { "type": "string", "description": "Api endpoint" }, "id": { "type": "int64", "description": "Project id" }, "title": { "type": "string", "description": "Project title" }, "created_date": { "type": "string", "description": "Date when project was created" }, "modified_date": { "type": "string", "description": "Date when project was last modified" } } }