Figshare Article

A published research output (dataset, paper, media, etc.) in the EUR research data repository hosted on Figshare.

EducationHigher EducationUniversityResearch DataOpen AccessRepositoryOAI-PMHNetherlands

Properties

Name Type Description
id integer Unique identifier for article
title string Title of article
doi string DOI
handle string Handle
url string Api endpoint for article
url_public_html string Public site endpoint for article
url_public_api string Public Api endpoint for article
url_private_html string Private site endpoint for article
url_private_api string Private Api endpoint for article
timeline object Nested object
thumb string Thumbnail image
defined_type integer Type of article identifier
defined_type_name string Name of the article type identifier
resource_doi string Deprecated by related materials. Not applicable to regular users. In a publisher case, this is the publisher article DOI.
resource_title string Deprecated by related materials. Not applicable to regular users. In a publisher case, this is the publisher article title.
created_date string Date when article was created
View JSON Schema on GitHub

JSON Schema

erasmus-university-rotterdam-article-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/erasmus-university-rotterdam/main/json-schema/erasmus-university-rotterdam-article-schema.json",
  "title": "Figshare Article",
  "description": "A published research output (dataset, paper, media, etc.) in the EUR research data repository hosted on Figshare.",
  "type": "object",
  "required": [
    "created_date",
    "defined_type",
    "defined_type_name",
    "doi",
    "handle",
    "id",
    "resource_doi",
    "resource_title",
    "thumb",
    "timeline",
    "title",
    "url",
    "url_private_api",
    "url_private_html",
    "url_public_api",
    "url_public_html"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier for article",
      "examples": [
        1434614
      ]
    },
    "title": {
      "type": "string",
      "description": "Title of article",
      "examples": [
        "Test article title"
      ]
    },
    "doi": {
      "type": "string",
      "description": "DOI",
      "examples": [
        "10.6084/m9.figshare.1434614"
      ]
    },
    "handle": {
      "type": "string",
      "description": "Handle",
      "examples": [
        "111184/figshare.1234"
      ]
    },
    "url": {
      "type": "string",
      "description": "Api endpoint for article",
      "format": "uri",
      "examples": [
        "http://api.figshare.com/articles/1434614"
      ]
    },
    "url_public_html": {
      "type": "string",
      "description": "Public site endpoint for article",
      "format": "uri",
      "examples": [
        "https://figshare.com/articles/media/Test_article_title/1434614"
      ]
    },
    "url_public_api": {
      "type": "string",
      "description": "Public Api endpoint for article",
      "format": "uri",
      "examples": [
        "https://api.figshare.com/articles/1434614"
      ]
    },
    "url_private_html": {
      "type": "string",
      "description": "Private site endpoint for article",
      "format": "uri",
      "examples": [
        "https://figshare.com/account/articles/1434614"
      ]
    },
    "url_private_api": {
      "type": "string",
      "description": "Private Api endpoint for article",
      "format": "uri",
      "examples": [
        "https://api.figshare.com/account/articles/1434614"
      ]
    },
    "timeline": {
      "type": "object",
      "description": "Nested object"
    },
    "thumb": {
      "type": "string",
      "description": "Thumbnail image",
      "format": "uri",
      "examples": [
        "https://ndownloader.figshare.com/files/123456789/preview/12345678/thumb.png"
      ]
    },
    "defined_type": {
      "type": "integer",
      "description": "Type of article identifier",
      "examples": [
        3
      ]
    },
    "defined_type_name": {
      "type": "string",
      "description": "Name of the article type identifier",
      "examples": [
        "media"
      ]
    },
    "resource_doi": {
      "type": "string",
      "description": "Deprecated by related materials. Not applicable to regular users. In a publisher case, this is the publisher article DOI."
    },
    "resource_title": {
      "type": "string",
      "description": "Deprecated by related materials. Not applicable to regular users. In a publisher case, this is the publisher article title."
    },
    "created_date": {
      "type": "string",
      "description": "Date when article was created",
      "examples": [
        "2017-05-18T11:49:03Z"
      ]
    }
  }
}