PEAKS Equipment

A piece of equipment inventoried and assigned through 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 equipment.
name string Human-readable name of the equipment.
notes stringnull Free-form notes about the equipment.
tags stringnull Comma-delimited tags.
teamId integer Identifier of the owning team.
active boolean Whether the equipment record is active.
type stringnull Equipment type/category.
serialNumber stringnull Manufacturer serial number.
make stringnull Equipment make/manufacturer.
model stringnull Equipment model.
protectionLevel stringnull Data protection level classification.
availabilityLevel stringnull Availability level classification.
systemManagementId stringnull System management identifier.
spaceId integernull Identifier of the space where the equipment is located.
title stringnull Derived display title.
View JSON Schema on GitHub

JSON Schema

uc-davis-equipment-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-equipment-schema.json",
  "title": "PEAKS Equipment",
  "description": "A piece of equipment inventoried and assigned through the UC Davis CAES PEAKS API.",
  "type": "object",
  "required": [
    "name"
  ],
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32",
      "description": "System-assigned identifier for the equipment."
    },
    "name": {
      "type": "string",
      "maxLength": 64,
      "description": "Human-readable name of the equipment."
    },
    "notes": {
      "type": [
        "string",
        "null"
      ],
      "description": "Free-form notes about the equipment."
    },
    "tags": {
      "type": [
        "string",
        "null"
      ],
      "description": "Comma-delimited tags."
    },
    "teamId": {
      "type": "integer",
      "format": "int32",
      "description": "Identifier of the owning team."
    },
    "active": {
      "type": "boolean",
      "description": "Whether the equipment record is active."
    },
    "type": {
      "type": [
        "string",
        "null"
      ],
      "description": "Equipment type/category."
    },
    "serialNumber": {
      "type": [
        "string",
        "null"
      ],
      "description": "Manufacturer serial number."
    },
    "make": {
      "type": [
        "string",
        "null"
      ],
      "description": "Equipment make/manufacturer."
    },
    "model": {
      "type": [
        "string",
        "null"
      ],
      "description": "Equipment model."
    },
    "protectionLevel": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 2,
      "description": "Data protection level classification."
    },
    "availabilityLevel": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 2,
      "description": "Availability level classification."
    },
    "systemManagementId": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 16,
      "description": "System management identifier."
    },
    "spaceId": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int32",
      "description": "Identifier of the space where the equipment is located."
    },
    "title": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true,
      "description": "Derived display title."
    }
  }
}

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-equipment"
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 email required.

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