PEAKS Space

A physical space (building/floor/room) referenced by the UC Davis CAES PEAKS API.

UniversityHigher EducationEducationUnited StatesCaliforniaUC SystemPublic Research UniversityResearchResearch DataIdentity FederationDigital CollectionsLibraryHealthOpen-Source

Properties

Name Type Description
id integer System-assigned identifier for the space.
deptKey stringnull Department key.
bldgKey stringnull Building key.
roomKey stringnull Room key.
floorKey stringnull Floor key.
bldgName stringnull Building name.
floorName stringnull Floor name.
roomNumber stringnull Room number.
roomName stringnull Room name.
roomCategoryName stringnull Room category name.
roomCategoryCode stringnull Room category code.
chartNum stringnull Chart number.
orgId stringnull Organization identifier.
deptName stringnull Department name.
source stringnull Source system for the space record.
active boolean Whether the space record is active.
sqFt integernull Square footage of the space.
shortName stringnull Derived short name.
View JSON Schema on GitHub

JSON Schema

uc-davis-space-schema.json Raw ↑
{
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "operator": "institution",
    "source": "openapi/_original/uc-davis-peaks.yaml (PEAKS API v1, https://peaks.ucdavis.edu/swagger/v1/swagger.json)",
    "note": "Derived by API Evangelist tooling from the institution's own PEAKS contract. Not published by UC Davis."
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uc-davis/main/json-schema/uc-davis-space-schema.json",
  "title": "PEAKS Space",
  "description": "A physical space (building/floor/room) referenced by the UC Davis CAES PEAKS API.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32",
      "description": "System-assigned identifier for the space."
    },
    "deptKey": {
      "type": [
        "string",
        "null"
      ],
      "description": "Department key."
    },
    "bldgKey": {
      "type": [
        "string",
        "null"
      ],
      "description": "Building key."
    },
    "roomKey": {
      "type": [
        "string",
        "null"
      ],
      "description": "Room key."
    },
    "floorKey": {
      "type": [
        "string",
        "null"
      ],
      "description": "Floor key."
    },
    "bldgName": {
      "type": [
        "string",
        "null"
      ],
      "description": "Building name."
    },
    "floorName": {
      "type": [
        "string",
        "null"
      ],
      "description": "Floor name."
    },
    "roomNumber": {
      "type": [
        "string",
        "null"
      ],
      "description": "Room number."
    },
    "roomName": {
      "type": [
        "string",
        "null"
      ],
      "description": "Room name."
    },
    "roomCategoryName": {
      "type": [
        "string",
        "null"
      ],
      "description": "Room category name."
    },
    "roomCategoryCode": {
      "type": [
        "string",
        "null"
      ],
      "description": "Room category code."
    },
    "chartNum": {
      "type": [
        "string",
        "null"
      ],
      "description": "Chart number."
    },
    "orgId": {
      "type": [
        "string",
        "null"
      ],
      "description": "Organization identifier."
    },
    "deptName": {
      "type": [
        "string",
        "null"
      ],
      "description": "Department name."
    },
    "source": {
      "type": [
        "string",
        "null"
      ],
      "description": "Source system for the space record."
    },
    "active": {
      "type": "boolean",
      "description": "Whether the space record is active."
    },
    "sqFt": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int32",
      "description": "Square footage of the space."
    },
    "shortName": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true,
      "description": "Derived short name."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/uc-davis-space"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.