University Of Illinois Urbana Champaign Building Structure

Type: object Properties: 17 Required: 6
UniversityHigher EducationEducationPublic Research UniversityUnited StatesIllinoisBig TenLand-Grant UniversityCourse CatalogResearch DataResearch RepositoryOpen DataIdentity FederationOAI-PMHLibraryResearch ComputingOpen-Source

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",
  "x-provenance": {
    "generated": "2026-06-03",
    "method": "derived",
    "source": "json-schema/university-of-illinois-urbana-champaign-building-schema.json",
    "note": "Authored by API Evangelist from json-schema/university-of-illinois-urbana-champaign-building-schema.json; UIUC publishes no JSON Schema of its own."
  },
  "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"
  ]
}