University of Cambridge · JSON Structure

University Of Cambridge Person Structure

A person record from the Cambridge Lookup/Ibis web service API.

Type: object Properties: 8
EducationHigher EducationUniversityResearchUnited KingdomIdentityAPI GatewayDeveloper Portal

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

Properties

cancelled identifier displayName registeredName surname visibleName misAffiliation identifiers

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/person.json",
  "name": "Person",
  "type": "object",
  "description": "A person record from the Cambridge Lookup/Ibis web service API.",
  "properties": {
    "cancelled": { "type": "boolean" },
    "identifier": {
      "type": "object",
      "properties": {
        "scheme": { "type": "string" },
        "value": { "type": "string" }
      }
    },
    "displayName": { "type": "string" },
    "registeredName": { "type": "string" },
    "surname": { "type": "string" },
    "visibleName": { "type": "string" },
    "misAffiliation": { "type": "string" },
    "identifiers": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "scheme": { "type": "string" },
          "value": { "type": "string" }
        }
      }
    }
  }
}