University Of Illinois Urbana Champaign Building Structure

Type: object Properties: 17 Required: 6
EducationHigher EducationUniversityOpen DataCoursesLibraryUnited States

Building is a JSON Structure definition published by University of Illinois Urbana-Champaign, describing 17 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ID Name Number FullAddress Address1 Address2 City State ZipCode ImageURL MailCode Latitude Longitude Entrances Floors Features ShortName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.rokwire.illinois.edu/gateway/structures/building.json",
  "name": "Building",
  "type": "object",
  "properties": {
    "ID": { "type": "string" },
    "Name": { "type": "string" },
    "Number": { "type": "string" },
    "FullAddress": { "type": "string" },
    "Address1": { "type": "string" },
    "Address2": { "type": "string" },
    "City": { "type": "string" },
    "State": { "type": "string" },
    "ZipCode": { "type": "string" },
    "ImageURL": { "type": "string" },
    "MailCode": { "type": "string" },
    "Latitude": { "type": "number" },
    "Longitude": { "type": "number" },
    "Entrances": { "type": "array", "items": { "type": "object" } },
    "Floors": { "type": "array", "items": { "type": "string" } },
    "Features": { "type": "array", "items": { "type": "object" } },
    "ShortName": { "type": "string" }
  },
  "required": ["ID", "Number", "Name", "FullAddress", "Latitude", "Longitude"]
}