Figshare · Schema

ArticleComplete

Figshare ArticleComplete schema

Research DataData RepositoryOpen ScienceDOIDatasetsAcademicFile StorageOpen Access

Properties

Name Type Description
figshare_url string Article public url
download_disabled boolean If true, downloading of files for this article is disabled
files array List of up to 10 article files.
folder_structure object Mapping of file ids to folder paths, if folders are used
authors array List of article authors
custom_fields array List of custom fields values
embargo_options array List of embargo options
View JSON Schema on GitHub

JSON Schema

figshare-articlecomplete-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ArticleComplete",
  "description": "Figshare ArticleComplete schema",
  "required": [
    "authors",
    "custom_fields",
    "download_disabled",
    "embargo_options",
    "figshare_url",
    "files",
    "folder_structure"
  ],
  "properties": {
    "figshare_url": {
      "type": "string",
      "description": "Article public url",
      "format": "url",
      "example": "http://figshare.com/articles/media/article_name/2000005"
    },
    "download_disabled": {
      "type": "boolean",
      "description": "If true, downloading of files for this article is disabled",
      "example": false
    },
    "files": {
      "type": "array",
      "description": "List of up to 10 article files.",
      "items": {
        "$ref": "#/components/schemas/PublicFile"
      }
    },
    "folder_structure": {
      "type": "object",
      "properties": {},
      "description": "Mapping of file ids to folder paths, if folders are used",
      "example": {
        "3000002": "Test Folder"
      }
    },
    "authors": {
      "type": "array",
      "description": "List of article authors",
      "items": {
        "$ref": "#/components/schemas/Author"
      }
    },
    "custom_fields": {
      "type": "array",
      "description": "List of custom fields values",
      "items": {
        "$ref": "#/components/schemas/CustomArticleField"
      }
    },
    "embargo_options": {
      "type": "array",
      "description": "List of embargo options",
      "items": {
        "$ref": "#/components/schemas/GroupEmbargoOptions"
      }
    }
  },
  "allOf": [
    {
      "$ref": "#/components/schemas/ProjectArticle"
    }
  ],
  "x-tag": "articles"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/figshare-articlecomplete"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.