EIDF Data Catalogue Dataset (CKAN package)
Shape of a dataset record returned by package_show on the Edinburgh International Data Facility CKAN 2.11.3 catalogue. Derived from a probed response.
UniversityHigher EducationEducationUnited KingdomScotlandRussell GroupResearch RepositoryOpen DataIdentity FederationResearch ComputingOAI-PMHArtificial Intelligence
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-edinburgh/main/json-schema/university-of-edinburgh-ckan-package-schema.json",
"title": "EIDF Data Catalogue Dataset (CKAN package)",
"description": "Shape of a dataset record returned by package_show on the Edinburgh International Data Facility CKAN 2.11.3 catalogue. Derived from a probed response.",
"x-operator": "institution",
"x-provenance": {
"method": "derived",
"generated": "2026-08-19",
"source": "https://catalogue.eidf.ac.uk/api/3/action/package_show?id=edi-consensus"
},
"type": "object",
"required": ["id", "name", "title", "state", "type"],
"properties": {
"id": {"type": "string", "format": "uuid"},
"name": {"type": "string", "description": "URL slug, EIDF projects prefix these with their project code e.g. eidf125-"},
"title": {"type": "string"},
"notes": {"type": ["string", "null"]},
"license_id": {"type": ["string", "null"]},
"license_title": {"type": ["string", "null"]},
"state": {"type": "string", "enum": ["active", "deleted", "draft"]},
"private": {"type": "boolean"},
"type": {"type": "string"},
"metadata_created": {"type": "string", "format": "date-time"},
"metadata_modified": {"type": "string", "format": "date-time"},
"num_resources": {"type": "integer"},
"num_tags": {"type": "integer"},
"organization": {"type": ["object", "null"], "description": "EIDF project that owns the dataset"},
"tags": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "display_name": {"type": "string"}, "state": {"type": "string"}}}},
"resources": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": ["string", "null"]}, "url": {"type": "string"}, "format": {"type": "string"}, "created": {"type": "string"}}}}
}
}
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/university-of-edinburgh-ckan-package"
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.