University Of The Witwatersrand Article Structure

JSON Structure for a Figshare article/dataset record as exposed by the Wits Open Data Vault.

Type: object Properties: 14 Required: 5
EducationHigher EducationUniversityResearchOpen DataLibraryInstitutional RepositorySouth AfricaAfrica

FigshareArticle is a JSON Structure definition published by University of the Witwatersrand, describing 14 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 url_public_html url_public_api thumb defined_type defined_type_name resource_doi resource_title created_date 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-the-witwatersrand/main/json-structure/university-of-the-witwatersrand-article-structure.json",
  "name": "FigshareArticle",
  "description": "JSON Structure for a Figshare article/dataset record as exposed by the Wits Open Data Vault.",
  "type": "object",
  "properties": {
    "id": { "type": "int64" },
    "title": { "type": "string" },
    "doi": { "type": "string" },
    "handle": { "type": "string" },
    "url": { "type": "string" },
    "url_public_html": { "type": "string" },
    "url_public_api": { "type": "string" },
    "thumb": { "type": "string" },
    "defined_type": { "type": "int32" },
    "defined_type_name": { "type": "string" },
    "resource_doi": { "type": "string" },
    "resource_title": { "type": "string" },
    "created_date": { "type": "string" },
    "timeline": {
      "type": "object",
      "properties": {
        "posted": { "type": "string" },
        "firstOnline": { "type": "string" },
        "revision": { "type": "string" }
      }
    }
  },
  "required": ["id", "title", "doi", "url", "defined_type_name"]
}