UCL · JSON Structure

Ucl Booking Structure

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

Type: object Properties: 10
EducationHigher EducationUniversityUnited KingdomOpen DataResearchLibraryTimetable

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

Properties

slotid end_time description roomname siteid contact weeknumber roomid start_time phone

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-booking-structure.json",
  "name": "Booking",
  "type": "object",
  "description": "JSON Structure for the UCL API 'booking' object, derived from the UCL API OpenAPI 3.0 description.",
  "properties": {
    "slotid": {
      "type": "number"
    },
    "end_time": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "roomname": {
      "type": "string"
    },
    "siteid": {
      "type": "number"
    },
    "contact": {
      "type": "string"
    },
    "weeknumber": {
      "type": "number"
    },
    "roomid": {
      "type": "number"
    },
    "start_time": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    }
  }
}