Victoria University Of Wellington Article Structure

JSON Structure for a public Figshare article in the Open Access Te Herenga Waka—Victoria University of Wellington repository.

Type: object Properties: 22 Required: 3
EducationHigher EducationUniversityResearchOpen AccessLibraryNew Zealand

FigshareArticle is a JSON Structure definition published by Victoria University of Wellington, describing 22 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id title doi handle url published_date modified_date created_date description is_public views downloads shares cites size version item_type license authors files categories tags

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/victoria-university-of-wellington/main/json-structure/victoria-university-of-wellington-article-structure.json",
  "name": "FigshareArticle",
  "description": "JSON Structure for a public Figshare article in the Open Access Te Herenga Waka—Victoria University of Wellington repository.",
  "type": "object",
  "properties": {
    "id": { "type": "int64" },
    "title": { "type": "string" },
    "doi": { "type": "string" },
    "handle": { "type": "string" },
    "url": { "type": "string", "format": "uri" },
    "published_date": { "type": "string", "format": "date-time" },
    "modified_date": { "type": "string", "format": "date-time" },
    "created_date": { "type": "string", "format": "date-time" },
    "description": { "type": "string" },
    "is_public": { "type": "boolean" },
    "views": { "type": "int64" },
    "downloads": { "type": "int64" },
    "shares": { "type": "int64" },
    "cites": { "type": "int64" },
    "size": { "type": "int64" },
    "version": { "type": "int32" },
    "item_type": { "type": "int32" },
    "license": {
      "type": "object",
      "properties": {
        "value": { "type": "int32" },
        "name": { "type": "string" },
        "url": { "type": "string", "format": "uri" }
      }
    },
    "authors": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "int64" },
          "full_name": { "type": "string" },
          "is_active": { "type": "boolean" },
          "url_name": { "type": "string" },
          "orcid_id": { "type": "string" }
        }
      }
    },
    "files": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "int64" },
          "name": { "type": "string" },
          "size": { "type": "int64" },
          "computed_md5": { "type": "string" },
          "download_url": { "type": "string", "format": "uri" }
        }
      }
    },
    "categories": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "int64" },
          "title": { "type": "string" },
          "parent_id": { "type": "int64" }
        }
      }
    },
    "tags": { "type": "array", "items": { "type": "string" } }
  },
  "required": ["id", "title", "url"]
}