UCL · Schema

UCL API equipment

JSON Schema for the UCL API 'equipment' object, derived from the UCL API OpenAPI 3.0 description.

EducationHigher EducationUniversityUnited KingdomOpen DataResearchLibraryTimetable

Properties

Name Type Description
type string
description string
units number
View JSON Schema on GitHub

JSON Schema

ucl-equipment-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ucl/main/json-schema/ucl-equipment-schema.json",
  "title": "UCL API equipment",
  "description": "JSON Schema for the UCL API 'equipment' object, derived from the UCL API OpenAPI 3.0 description.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "examples": [
        "FFF"
      ]
    },
    "description": {
      "type": "string",
      "examples": [
        "Managed PC"
      ]
    },
    "units": {
      "type": "number",
      "examples": [
        1
      ]
    }
  }
}