University of Cambridge · JSON Structure

University Of Cambridge Institution Structure

An institution record from the Cambridge Lookup/Ibis web service API.

Type: object Properties: 4
EducationHigher EducationUniversityResearchUnited KingdomIdentityAPI GatewayDeveloper Portal

Institution is a JSON Structure definition published by University of Cambridge, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cancelled instid name acronym

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://www.lookup.cam.ac.uk/structure/institution.json",
  "name": "Institution",
  "type": "object",
  "description": "An institution record from the Cambridge Lookup/Ibis web service API.",
  "properties": {
    "cancelled": { "type": "boolean" },
    "instid": { "type": "string" },
    "name": { "type": "string" },
    "acronym": { "type": "string" }
  }
}