University of Birmingham · Schema
Construction
A single entry in the University of Birmingham English Constructicon construction grammar database, as returned by GET /constructions.
EducationHigher EducationUniversityUnited KingdomRussell GroupResearchResearch DataOpen AccessRepositoryOAI-PMHIdentity FederationLibraryResearch Computing
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Sequential integer identifier. |
| construction_id | string | Human-readable construction code, e.g. Vthat0. |
| pattern | stringnull | Short surface pattern label, may be null. |
| name | string | Display name of the construction. |
| description | stringnull | Long-form prose description, may be null. |
| author | stringnull | Attributed author, may be null. |
| usagenotes | stringnull | Usage notes such as register, may be null. |
| form | stringnull | Syntactic form template. |
| meaning | stringnull | Semantic description of the construction. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-birmingham/main/json-schema/university-of-birmingham-construction-schema.json",
"title": "Construction",
"description": "A single entry in the University of Birmingham English Constructicon construction grammar database, as returned by GET /constructions.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Sequential integer identifier."
},
"construction_id": {
"type": "string",
"description": "Human-readable construction code, e.g. Vthat0."
},
"pattern": {
"type": [
"string",
"null"
],
"description": "Short surface pattern label, may be null."
},
"name": {
"type": "string",
"description": "Display name of the construction."
},
"description": {
"type": [
"string",
"null"
],
"description": "Long-form prose description, may be null."
},
"author": {
"type": [
"string",
"null"
],
"description": "Attributed author, may be null."
},
"usagenotes": {
"type": [
"string",
"null"
],
"description": "Usage notes such as register, may be null."
},
"form": {
"type": [
"string",
"null"
],
"description": "Syntactic form template."
},
"meaning": {
"type": [
"string",
"null"
],
"description": "Semantic description of the construction."
}
},
"required": [
"id",
"construction_id",
"name"
],
"additionalProperties": false,
"x-method": "derived",
"x-source": "openapi/university-of-birmingham-constructions-api-openapi.yml, itself written by API Evangelist from https://englishconstructicon.bham.ac.uk/database/api/",
"x-generated": "2026-08-30",
"x-authorship": "generated by API Evangelist; not published by the University of Birmingham"
}
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/university-of-birmingham-construction"
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.