University of Rochester · JSON Structure

University Of Rochester Collection Structure

JSON Structure definition for the Figshare Collection object exposed via the University of Rochester Research Repository (URRR).

Type: object Properties: 6
EducationHigher EducationUniversityResearchLibraryInstitutional RepositoryOpen DataUnited States

FigshareCollection is a JSON Structure definition published by University of Rochester, 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/university-of-rochester/main/json-structure/university-of-rochester-collection-structure.json",
  "name": "FigshareCollection",
  "type": "object",
  "description": "JSON Structure definition for the Figshare Collection object exposed via the University of Rochester Research Repository (URRR).",
  "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": ""
    }
  }
}