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

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"]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/university-of-cape-town-article-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.