WorldCat · Schema
BibRecord
WorldCat BibRecord schema
LibrariesBibliographic RecordsWorldCatOCLCCatalogingMetadataDiscoveryBooksMediaLinked Data
Properties
| Name | Type | Description |
|---|---|---|
| identifier | object | |
| title | object | |
| contributor | object | |
| subjects | array | |
| classification | object | |
| publishers | array | |
| date | object | |
| language | object | |
| edition | object | |
| source | array | |
| note | object | |
| format | object | |
| musicInfo | object | |
| digitalAccessAndLocations | array | |
| description | object | |
| related | object | |
| work | object | |
| editionCluster | object | |
| totalEditions | object | |
| database | object | |
| localTitle | object | |
| localContributor | object | |
| localSubjects | array | |
| localNote | object | |
| localGenres | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://developer.api.oclc.org/schemas/worldcat-bib-record.json",
"title": "BibRecord",
"description": "WorldCat BibRecord schema",
"type": "object",
"properties": {
"identifier": {
"$ref": "#/components/schemas/Identifier"
},
"title": {
"$ref": "#/components/schemas/Title"
},
"contributor": {
"$ref": "#/components/schemas/Contributor"
},
"subjects": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Subject"
}
},
"classification": {
"$ref": "#/components/schemas/Classification"
},
"publishers": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Publisher"
}
},
"date": {
"$ref": "#/components/schemas/DateObject"
},
"language": {
"$ref": "#/components/schemas/Language"
},
"edition": {
"$ref": "#/components/schemas/EditionInfo"
},
"source": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Source"
}
},
"note": {
"$ref": "#/components/schemas/Note"
},
"format": {
"$ref": "#/components/schemas/Format"
},
"musicInfo": {
"$ref": "#/components/schemas/MusicInfo"
},
"digitalAccessAndLocations": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DigitalAccessAndLocation"
}
},
"description": {
"$ref": "#/components/schemas/Description"
},
"related": {
"$ref": "#/components/schemas/Related"
},
"work": {
"$ref": "#/components/schemas/Work"
},
"editionCluster": {
"$ref": "#/components/schemas/Edition"
},
"totalEditions": {
"$ref": "#/components/schemas/TotalEditions"
},
"database": {
"$ref": "#/components/schemas/Database"
},
"localTitle": {
"$ref": "#/components/schemas/Title"
},
"localContributor": {
"$ref": "#/components/schemas/Contributor"
},
"localSubjects": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Subject"
}
},
"localNote": {
"$ref": "#/components/schemas/Note"
},
"localGenres": {
"$ref": "#/components/schemas/Genres"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/worldcat-bib-record"
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.