Figshare · Schema

Category

Figshare Category schema

Research DataData RepositoryOpen ScienceDOIDatasetsAcademicFile StorageOpen Access

Properties

Name Type Description
parent_id integer Parent category
id integer Category id
title string Category title
path string Path to all ancestor ids
source_id string ID in original standard taxonomy
taxonomy_id integer Internal id of taxonomy the category is part of
View JSON Schema on GitHub

JSON Schema

figshare-category-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Category",
  "description": "Figshare Category schema",
  "required": [
    "id",
    "parent_id",
    "path",
    "source_id",
    "taxonomy_id",
    "title"
  ],
  "type": "object",
  "properties": {
    "parent_id": {
      "type": "integer",
      "description": "Parent category",
      "example": 1
    },
    "id": {
      "type": "integer",
      "description": "Category id",
      "example": 11
    },
    "title": {
      "type": "string",
      "description": "Category title",
      "example": "Anatomy"
    },
    "path": {
      "type": "string",
      "description": "Path to all ancestor ids",
      "example": "/450/1024/6532"
    },
    "source_id": {
      "type": "string",
      "description": "ID in original standard taxonomy",
      "example": "300204"
    },
    "taxonomy_id": {
      "type": "integer",
      "description": "Internal id of taxonomy the category is part of",
      "example": 4
    }
  },
  "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-category"
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.