Erasmus University Rotterdam · JSON Structure

Erasmus University Rotterdam Collection Structure

Figshare collection object.

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

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

Properties

id title doi handle url timeline

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-collection-structure.json",
  "name": "Collection",
  "type": "object",
  "description": "Figshare collection object.",
  "required": [
    "doi",
    "handle",
    "id",
    "timeline",
    "title",
    "url"
  ],
  "properties": {
    "id": {
      "type": "int64",
      "description": "Collection id"
    },
    "title": {
      "type": "string",
      "description": "Collection title"
    },
    "doi": {
      "type": "string",
      "description": "Collection DOI"
    },
    "handle": {
      "type": "string",
      "description": "Collection Handle"
    },
    "url": {
      "type": "string",
      "description": "Api endpoint"
    },
    "timeline": {
      "type": "object",
      "description": "Nested object reference: Timeline"
    }
  }
}