Deakin University · JSON Structure

Deakin Author Structure

JSON Structure for the figshare API Author object (platform underpinning Deakin Research Online).

Type: object Properties: 7
EducationHigher EducationUniversityResearchOpen DataAustralia

Author is a JSON Structure definition published by Deakin University, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id full_name first_name last_name is_active url_name orcid_id

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/deakin/main/json-structure/deakin-author-structure.json",
  "name": "Author",
  "type": "object",
  "description": "JSON Structure for the figshare API Author object (platform underpinning Deakin Research Online).",
  "properties": {
    "id": {
      "type": "int64",
      "description": "Author id",
      "required": true
    },
    "full_name": {
      "type": "string",
      "description": "Author full name",
      "required": true
    },
    "first_name": {
      "type": "string",
      "description": "Author first name",
      "required": true
    },
    "last_name": {
      "type": "string",
      "description": "Author last name",
      "required": true
    },
    "is_active": {
      "type": "boolean",
      "description": "True if author has published items",
      "required": true
    },
    "url_name": {
      "type": "string",
      "description": "Author url name",
      "required": true
    },
    "orcid_id": {
      "type": "string",
      "description": "Author Orcid",
      "required": true
    }
  }
}