University of Adelaide · JSON Structure

University Of Adelaide Article Structure

JSON Structure for the Figshare Article object used by the Adelaide Figshare research data API.

Type: object Properties: 15
EducationHigher EducationUniversityResearchInstitutional RepositoryOpen DataAustralia

FigshareArticle is a JSON Structure definition published by University of Adelaide, describing 15 properties. 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 url_private_html url_private_api thumb defined_type defined_type_name resource_doi resource_title created_date

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-adelaide/main/json-structure/university-of-adelaide-article-structure.json",
  "name": "FigshareArticle",
  "type": "object",
  "description": "JSON Structure for the Figshare Article object used by the Adelaide Figshare research data API.",
  "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"
    },
    "url_private_html": {
      "type": "uri",
      "description": "Private site endpoint for article"
    },
    "url_private_api": {
      "type": "uri",
      "description": "Private API endpoint for article"
    },
    "thumb": {
      "type": "uri",
      "description": "Thumbnail image"
    },
    "defined_type": {
      "type": "int32",
      "description": "Type of article identifier"
    },
    "defined_type_name": {
      "type": "string",
      "description": "Name of the article type identifier"
    },
    "resource_doi": {
      "type": "string",
      "description": "Publisher article DOI (deprecated by related materials)"
    },
    "resource_title": {
      "type": "string",
      "description": "Publisher article title (deprecated by related materials)"
    },
    "created_date": {
      "type": "string",
      "description": "Date when article was created"
    }
  }
}