University of Canterbury · JSON Structure

University Of Canterbury Collection Structure

JSON Structure for a figshare Collection as exposed by the figshare REST API backing the Canterbury Figshare instance.

Type: object Properties: 6 Required: 6
EducationHigher EducationUniversityResearchOpen DataRepositoryOAI-PMHNew Zealand

FigshareCollection is a JSON Structure definition published by University of Canterbury, 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/university-of-canterbury/main/json-structure/university-of-canterbury-collection-structure.json",
  "name": "FigshareCollection",
  "description": "JSON Structure for a figshare Collection as exposed by the figshare REST API backing the Canterbury Figshare instance.",
  "type": "object",
  "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": "uri", "description": "Api endpoint" },
    "timeline": {
      "type": "object",
      "description": "Publishing timeline dates",
      "properties": {
        "posted": { "type": "string" },
        "submission": { "type": "string" },
        "revision": { "type": "string" },
        "firstOnline": { "type": "string" }
      }
    }
  },
  "required": ["id", "title", "doi", "handle", "url", "timeline"]
}