Pennsylvania State University · JSON Structure

Pennsylvania State University Building Structure

JSON Structure for a Penn State LionSpaceFIS building object.

Type: object Properties: 21 Required: 3
EducationHigher EducationUniversityResearchLibraryFacilitiesUnited States

Building is a JSON Structure definition published by Pennsylvania State University, describing 21 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name abbreviation maximoName function buildingFunctionCat status county address city state zipCode businessAreaKey isWorkspace facilityCoordinators capacity occupancy campus lastUpdateDate dateInactivated latLong

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/pennsylvania-state-university/main/json-structure/pennsylvania-state-university-building-structure.json",
  "name": "Building",
  "description": "JSON Structure for a Penn State LionSpaceFIS building object.",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "abbreviation": { "type": "string" },
    "maximoName": { "type": "string" },
    "function": { "type": "string" },
    "buildingFunctionCat": { "type": "string" },
    "status": { "type": "string" },
    "county": { "type": "string" },
    "address": { "type": "string" },
    "city": { "type": "string" },
    "state": { "type": "string" },
    "zipCode": { "type": "string" },
    "businessAreaKey": { "type": "string" },
    "isWorkspace": { "type": "boolean" },
    "facilityCoordinators": { "type": ["string", "null"] },
    "capacity": { "type": "int32" },
    "occupancy": { "type": "int32" },
    "campus": {
      "type": "object",
      "properties": {
        "id": { "type": "string" },
        "maximoCampusCode": { "type": "string" },
        "lionPathCampusCode": { "type": "string" },
        "name": { "type": "string" }
      }
    },
    "lastUpdateDate": { "type": "string", "format": "date" },
    "dateInactivated": { "type": ["string", "null"], "format": "date" },
    "latLong": {
      "type": "object",
      "properties": {
        "latitude": { "type": "double" },
        "longitude": { "type": "double" }
      }
    }
  },
  "required": ["id", "name", "status"]
}