Deakin University · JSON Structure

Deakin Collection Structure

JSON Structure for the figshare API Collection object (platform underpinning Deakin Research Online).

Type: object Properties: 6
EducationHigher EducationUniversityResearchOpen DataAustralia

Collection is a JSON Structure definition published by Deakin University, describing 6 properties. 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/deakin/main/json-structure/deakin-collection-structure.json",
  "name": "Collection",
  "type": "object",
  "description": "JSON Structure for the figshare API Collection object (platform underpinning Deakin Research Online).",
  "properties": {
    "id": {
      "type": "int64",
      "description": "Collection id",
      "required": true
    },
    "title": {
      "type": "string",
      "description": "Collection title",
      "required": true
    },
    "doi": {
      "type": "string",
      "description": "Collection DOI",
      "required": true
    },
    "handle": {
      "type": "string",
      "description": "Collection Handle",
      "required": true
    },
    "url": {
      "type": "string",
      "description": "Api endpoint",
      "required": true
    },
    "timeline": {
      "type": "object",
      "required": true
    }
  }
}