University of Cambridge · JSON Structure

University Of Cambridge Group Structure

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

Type: object Properties: 6
EducationHigher EducationUniversityResearchUnited KingdomIdentityAPI GatewayDeveloper Portal

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

Properties

cancelled groupid name title description email

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/group.json",
  "name": "Group",
  "type": "object",
  "description": "A group record from the Cambridge Lookup/Ibis web service API.",
  "properties": {
    "cancelled": { "type": "boolean" },
    "groupid": { "type": "string" },
    "name": { "type": "string" },
    "title": { "type": "string" },
    "description": { "type": "string" },
    "email": { "type": "string" }
  }
}