UCL · JSON Structure

Ucl Person Structure

JSON Structure for the UCL API 'person' object, derived from the UCL API OpenAPI 3.0 description.

Type: object Properties: 4
EducationHigher EducationUniversityUnited KingdomOpen DataResearchLibraryTimetable

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

Properties

name status department email

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/ucl/main/json-structure/ucl-person-structure.json",
  "name": "Person",
  "type": "object",
  "description": "JSON Structure for the UCL API 'person' object, derived from the UCL API OpenAPI 3.0 description.",
  "properties": {
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "department": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  }
}