RMIT University · JSON Structure

Rmit Article Structure

JSON Structure for a public Figshare article record backing the RMIT-hosted Figshare repository (rmit.figshare.com). Modeled from the Article object of the Figshare REST API v2.

Type: object Properties: 11 Required: 7
EducationHigher EducationUniversityResearch DataOpen AccessAustralia

RmitFigshareArticle is a JSON Structure definition published by RMIT University, describing 11 properties, of which 7 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 defined_type defined_type_name thumb 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/rmit/main/json-structure/rmit-article-structure.json",
  "name": "RmitFigshareArticle",
  "description": "JSON Structure for a public Figshare article record backing the RMIT-hosted Figshare repository (rmit.figshare.com). Modeled from the Article object of the Figshare REST API v2.",
  "type": "object",
  "properties": {
    "id": { "type": "int64", "description": "Unique identifier for article" },
    "title": { "type": "string", "description": "Title of article" },
    "doi": { "type": "string", "description": "DOI" },
    "handle": { "type": "string", "description": "Handle" },
    "url": { "type": "uri", "description": "API endpoint for article" },
    "url_public_html": { "type": "uri", "description": "Public site endpoint for article" },
    "url_public_api": { "type": "uri", "description": "Public API endpoint for article" },
    "defined_type": { "type": "int32", "description": "Numeric article type identifier" },
    "defined_type_name": { "type": "string", "description": "Name of the article type identifier" },
    "thumb": { "type": "uri", "description": "Thumbnail image" },
    "timeline": {
      "type": "object",
      "description": "Important dates in the lifecycle of the article",
      "properties": {
        "posted": { "type": "string" },
        "firstOnline": { "type": "string" },
        "revision": { "type": "string" },
        "submission": { "type": "string" }
      }
    }
  },
  "required": ["id", "title", "doi", "handle", "url", "defined_type", "defined_type_name"]
}