WorldCat · Schema

BibRecordBrief

WorldCat BibRecordBrief schema

LibrariesBibliographic RecordsWorldCatOCLCCatalogingMetadataDiscoveryBooksMediaLinked Data

Properties

Name Type Description
oclcNumber object
title object
creator object
date object
language object
generalFormat object
specificFormat object
edition object
publisher string
isbns object
issns object
mergedOclcNumbers object
catalogingInfo object
institutionHolding object
View JSON Schema on GitHub

JSON Schema

worldcat-bib-record-brief.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developer.api.oclc.org/schemas/worldcat-bib-record-brief.json",
  "title": "BibRecordBrief",
  "description": "WorldCat BibRecordBrief schema",
  "type": "object",
  "properties": {
    "oclcNumber": {
      "$ref": "#/components/schemas/OclcNumber"
    },
    "title": {
      "$ref": "#/components/schemas/SimpleTitle"
    },
    "creator": {
      "$ref": "#/components/schemas/CreatorString"
    },
    "date": {
      "$ref": "#/components/schemas/Date"
    },
    "language": {
      "$ref": "#/components/schemas/ItemLanguage"
    },
    "generalFormat": {
      "$ref": "#/components/schemas/GeneralFormat"
    },
    "specificFormat": {
      "$ref": "#/components/schemas/SpecificFormat"
    },
    "edition": {
      "$ref": "#/components/schemas/EditionStatement"
    },
    "publisher": {
      "type": "string"
    },
    "isbns": {
      "$ref": "#/components/schemas/Isbns"
    },
    "issns": {
      "$ref": "#/components/schemas/Issns"
    },
    "mergedOclcNumbers": {
      "$ref": "#/components/schemas/MergedOclcNumbers"
    },
    "catalogingInfo": {
      "$ref": "#/components/schemas/CatalogingInfo"
    },
    "institutionHolding": {
      "$ref": "#/components/schemas/InstitutionHolding"
    }
  },
  "required": [
    "oclcNumber",
    "title",
    "creator",
    "date",
    "language",
    "edition",
    "publisher"
  ]
}

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/worldcat-bib-record-brief"
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 email required.

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