Erasmus University Rotterdam · JSON Structure

Erasmus University Rotterdam Project Structure

Figshare project object.

Type: object Properties: 5 Required: 5
EducationHigher EducationUniversityResearch DataOpen AccessRepositoryOAI-PMHNetherlands

Project is a JSON Structure definition published by Erasmus University Rotterdam, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

url id title created_date modified_date

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}