Semantic Scholar · Schema

Release Metadata

Metadata for a Semantic Scholar dataset release

AcademicResearchPapersCitationsAuthorsScientific LiteratureArtificial IntelligenceRecommendations

Properties

Name Type Description
release_id string
README string License and usage
datasets array Dataset metadata
View JSON Schema on GitHub

JSON Schema

semantic-scholar-dataset-release.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Release Metadata",
  "description": "Metadata for a Semantic Scholar dataset release",
  "$id": "https://raw.githubusercontent.com/api-evangelist/semantic-scholar/refs/heads/main/json-schema/semantic-scholar-dataset-release.json",
  "properties": {
    "release_id": {
      "type": "string",
      "example": "2022-01-17"
    },
    "README": {
      "type": "string",
      "description": "License and usage",
      "example": "Subject to the following terms ..."
    },
    "datasets": {
      "type": "array",
      "description": "Dataset metadata",
      "items": {
        "$ref": "#/definitions/Dataset Summary"
      }
    }
  },
  "type": "object",
  "definitions": {
    "Release Metadata": {
      "properties": {
        "release_id": {
          "type": "string",
          "example": "2022-01-17"
        },
        "README": {
          "type": "string",
          "description": "License and usage",
          "example": "Subject to the following terms ..."
        },
        "datasets": {
          "type": "array",
          "description": "Dataset metadata",
          "items": {
            "$ref": "#/definitions/Dataset Summary"
          }
        }
      },
      "type": "object"
    },
    "Dataset Summary": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Dataset name",
          "example": "papers"
        },
        "description": {
          "type": "string",
          "description": "Description of the data in the dataset",
          "example": "Core paper metadata"
        },
        "README": {
          "type": "string",
          "description": "Documentation and attribution for the dataset",
          "example": "This dataset contains ..."
        }
      },
      "type": "object"
    },
    "Dataset Metadata": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the dataset",
          "example": "papers"
        },
        "description": {
          "type": "string",
          "description": "Description of the data contained in this dataset.",
          "example": "Core paper metadata"
        },
        "README": {
          "type": "string",
          "description": "License and usage",
          "example": "Subject to terms of use as follows ..."
        },
        "files": {
          "type": "array",
          "description": "Temporary, pre-signed download links for dataset files",
          "items": {
            "type": "string",
            "example": "https://..."
          }
        }
      },
      "type": "object"
    },
    "Dataset Diff List": {
      "properties": {
        "dataset": {
          "type": "string",
          "description": "Dataset these diffs are for.",
          "example": "papers"
        },
        "start_release": {
          "type": "string",
          "description": "Beginning release, i.e. the release currently held by the client.",
          "example": "2023-08-01"
        },
        "end_release": {
          "type": "string",
          "description": "Ending release, i.e. the release the client wants to update to.",
          "example": "2023-08-29"
        },
        "diffs": {
          "type": "array",
          "description": "List of diffs that need to be applied to bring the dataset at 'start_release' up to date with 'end_release'.",
          "items": {
            "$ref": "#/definitions/Dataset Diff"
          }
        }
      },
      "type": "object"
    },
    "Dataset Diff": {
      "properties": {
        "from_release": {
          "type": "string",
          "description": "Basline release for this diff.",
          "example": "2023-08-01"
        },
        "to_release": {
          "type": "string",
          "description": "Target release for this diff.",
          "example": "2023-08-07"
        },
        "update_files": {
          "type": "array",
          "description": "List of files that contain updates to the dataset. Each record in these files needs to be insterted or updated.",
          "items": {
            "type": "string",
            "example": "http://..."
          }
        },
        "delete_files": {
          "type": "array",
          "description": "List of files that contain deletes from the dataset. Each record in these files needs to be deleted.",
          "items": {
            "type": "string",
            "example": "http://..."
          }
        }
      },
      "type": "object"
    }
  }
}

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/semantic-scholar-dataset-release"
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.