Figshare · Schema

PrivateFile

Figshare PrivateFile schema

Research DataData RepositoryOpen ScienceDOIDatasetsAcademicFile StorageOpen Access

Properties

Name Type Description
viewer_type string File viewer type
preview_state string File preview state
upload_url string Upload url for file
upload_token string Token for file upload
is_attached_to_public_version boolean True if the file is attached to a public item version
View JSON Schema on GitHub

JSON Schema

figshare-privatefile-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PrivateFile",
  "description": "Figshare PrivateFile schema",
  "required": [
    "is_attached_to_public_version",
    "preview_state",
    "upload_token",
    "upload_url",
    "viewer_type"
  ],
  "properties": {
    "viewer_type": {
      "type": "string",
      "description": "File viewer type"
    },
    "preview_state": {
      "type": "string",
      "description": "File preview state",
      "example": "preview not available"
    },
    "upload_url": {
      "type": "string",
      "description": "Upload url for file",
      "format": "url",
      "example": "https://uploads.figshare.com"
    },
    "upload_token": {
      "type": "string",
      "description": "Token for file upload",
      "example": "9dfc5fe3-d617-4d93-ac11-8afe7e984a4b"
    },
    "is_attached_to_public_version": {
      "type": "boolean",
      "description": "True if the file is attached to a public item version",
      "example": true
    }
  },
  "allOf": [
    {
      "$ref": "#/components/schemas/PublicFile"
    }
  ],
  "x-tag": "common"
}

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-privatefile"
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.