University of Cape Town · JSON Structure

University Of Cape Town Article Structure

JSON Structure for a public ZivaHub (Figshare) research output.

Type: object Properties: 15 Required: 5
EducationHigher EducationUniversityResearch DataOpen DataInstitutional RepositoryOAI-PMHSouth AfricaAfrica

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

Properties

id title doi handle url published_date thumb defined_type defined_type_name url_public_html created_date modified_date timeline authors files

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

JSON Structure

university-of-cape-town-article-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-cape-town/main/json-structure/university-of-cape-town-article-structure.json",
  "name": "ZivaHubArticle",
  "description": "JSON Structure for a public ZivaHub (Figshare) research output.",
  "type": "object",
  "properties": {
    "id": { "type": "int64", "description": "Unique article identifier." },
    "title": { "type": "string", "description": "Article title." },
    "doi": { "type": "string", "description": "Article DOI." },
    "handle": { "type": "string", "description": "Article handle." },
    "url": { "type": "uri", "description": "API endpoint for the article." },
    "published_date": { "type": "string", "description": "Publication date." },
    "thumb": { "type": "uri", "description": "Thumbnail image URL." },
    "defined_type": { "type": "int32", "description": "Numeric item type id." },
    "defined_type_name": { "type": "string", "description": "Item type label." },
    "url_public_html": { "type": "uri", "description": "Public HTML page." },
    "created_date": { "type": "string", "description": "Creation date." },
    "modified_date": { "type": "string", "description": "Last modified date." },
    "timeline": {
      "type": "object",
      "description": "Publishing timeline.",
      "properties": {
        "posted": { "type": "string" },
        "firstOnline": { "type": "string" },
        "revision": { "type": "string" }
      }
    },
    "authors": {
      "type": "array",
      "description": "List of authors.",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "int64" },
          "full_name": { "type": "string" },
          "orcid_id": { "type": "string" }
        }
      }
    },
    "files": {
      "type": "array",
      "description": "Article files.",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "int64" },
          "name": { "type": "string" },
          "size": { "type": "int64" },
          "download_url": { "type": "uri" },
          "computed_md5": { "type": "string" },
          "mimetype": { "type": "string" }
        }
      }
    }
  },
  "required": ["id", "title", "doi", "url", "defined_type_name"]
}