University of Birmingham · JSON Structure

University Of Birmingham Construction Structure

JSON Structure description of an English Constructicon construction record.

Type: object Properties: 9 Required: 3
EducationHigher EducationUniversityUnited KingdomResearchOpen DataLibraryOAI-PMH

Construction is a JSON Structure definition published by University of Birmingham, describing 9 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id construction_id pattern name description author usagenotes form meaning

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-birmingham/main/json-structure/university-of-birmingham-construction-structure.json",
  "name": "Construction",
  "description": "JSON Structure description of an English Constructicon construction record.",
  "type": "object",
  "properties": {
    "id": { "type": "int32", "description": "Sequential integer identifier." },
    "construction_id": { "type": "string", "description": "Human-readable construction code." },
    "pattern": { "type": ["string", "null"], "description": "Short surface pattern label." },
    "name": { "type": "string", "description": "Display name of the construction." },
    "description": { "type": ["string", "null"], "description": "Long-form prose description." },
    "author": { "type": ["string", "null"], "description": "Attributed author." },
    "usagenotes": { "type": ["string", "null"], "description": "Usage notes such as register." },
    "form": { "type": ["string", "null"], "description": "Syntactic form template." },
    "meaning": { "type": ["string", "null"], "description": "Semantic description." }
  },
  "required": ["id", "construction_id", "name"]
}