Trimble · API Governance Rules
Trimble API Rules
Spectral linting rules defining API design standards and conventions for Trimble.
12 Rules
error 3
warn 8
Rule Categories
trimble
Rules
warn
trimble-operation-ids-camel-case
Operation IDs must use camelCase naming convention
$.paths[*][get,post,put,patch,delete,head,options].operationId
warn
trimble-operation-summary-title-case
Operation summaries should use Title Case
$.paths[*][get,post,put,patch,delete].summary
error
trimble-operation-has-tags
All operations must have at least one tag
$.paths[*][get,post,put,patch,delete,head,options]
warn
trimble-tag-title-case
Tags must use Title Case
$.paths[*][get,post,put,patch,delete].tags[*]
warn
trimble-operation-description
All operations should have a description
$.paths[*][get,post,put,patch,delete]
warn
trimble-bearer-auth-scheme
Bearer auth security scheme should be named BearerAuth
$.components.securitySchemes
warn
trimble-response-200-schema
Successful GET responses must define a response schema
$.paths[*].get.responses.200.content.application/json
warn
trimble-project-id-path-param
Project ID path parameters must be named projectId
$.paths[*][get,post,put,patch,delete].parameters[?(@.in == 'path')]
hint
trimble-connect-pagination-params
List operations should include pagination parameters
$.paths[*].get
warn
trimble-error-responses
Operations should define 401 Unauthorized response
$.paths[*][get,post,put,patch,delete].responses
error
trimble-no-x-internal
Internal-only operations must not appear in public API specifications
$.paths[*][get,post,put,patch,delete]
error
trimble-api-version-in-info
API specification must include a version in info object
$.info
Spectral Ruleset
Work with this as data
Every ruleset 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 spectral rules
4 MCP tools reach this
find_rulesBrowse and filter every ruleset 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.
Call it yourself
curl for this page
This ruleset
curl "https://apis.io/api/v1/rules/trimble-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.