Trimble · Schema

Trimble Connect Project

A construction or engineering project in Trimble Connect

ConstructionTransportationGeospatialGPSMappingBIMFleet ManagementCollaborationAgriculture

Properties

Name Type Description
id string Unique project identifier
name string Project name
description string Project description
status string Project status
type string Project type
location string Project physical location
createdAt string
updatedAt string
createdBy string User ID who created the project
thumbnail string Project thumbnail image URL
memberCount integer
fileCount integer
View JSON Schema on GitHub

JSON Schema

trimble-project-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://app.connect.trimble.com/schemas/project",
  "title": "Trimble Connect Project",
  "description": "A construction or engineering project in Trimble Connect",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique project identifier"
    },
    "name": {
      "type": "string",
      "description": "Project name"
    },
    "description": {
      "type": "string",
      "description": "Project description"
    },
    "status": {
      "type": "string",
      "enum": ["ACTIVE", "ARCHIVED", "DELETED"],
      "description": "Project status"
    },
    "type": {
      "type": "string",
      "enum": ["CONSTRUCTION", "INFRASTRUCTURE", "ENGINEERING", "OTHER"],
      "description": "Project type"
    },
    "location": {
      "type": "string",
      "description": "Project physical location"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    },
    "createdBy": {
      "type": "string",
      "description": "User ID who created the project"
    },
    "thumbnail": {
      "type": "string",
      "format": "uri",
      "description": "Project thumbnail image URL"
    },
    "memberCount": {
      "type": "integer",
      "minimum": 0
    },
    "fileCount": {
      "type": "integer",
      "minimum": 0
    }
  },
  "required": ["id", "name", "status"]
}

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/trimble-project"
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.