Deakin University · JSON Structure

Deakin Project Structure

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

Type: object Properties: 5
EducationHigher EducationUniversityResearchOpen DataAustralia

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

Properties

url id title created_date modified_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/deakin/main/json-structure/deakin-project-structure.json",
  "name": "Project",
  "type": "object",
  "description": "JSON Structure for the figshare API Project object (platform underpinning Deakin Research Online).",
  "properties": {
    "url": {
      "type": "string",
      "description": "Api endpoint",
      "required": true
    },
    "id": {
      "type": "int64",
      "description": "Project id",
      "required": true
    },
    "title": {
      "type": "string",
      "description": "Project title",
      "required": true
    },
    "created_date": {
      "type": "string",
      "description": "Date when project was created",
      "required": true
    },
    "modified_date": {
      "type": "string",
      "description": "Date when project was last modified",
      "required": true
    }
  }
}