Buildxact · API Governance Rules
Buildxact API Rules
Spectral linting rules defining API design standards and conventions for Buildxact.
7 Rules
error 1
warn 4
info 2
Rule Categories
buildxact
Rules
warn
buildxact-info-contact
All Buildxact OpenAPI documents should declare an info.contact with a URL pointing to the developer portal.
$.info
warn
buildxact-summary-title-case
Operation summaries must use Title Case (matches the rest of the api-evangelist catalog).
$.paths.*[get,put,post,delete,patch,options,head].summary
error
buildxact-operation-tags
Every Buildxact operation must declare at least one tag so it can be grouped in docs.
$.paths.*[get,put,post,delete,patch,options,head]
warn
buildxact-operation-description
Operations should describe what they do and call out OData support where applicable.
$.paths.*[get,put,post,delete,patch,options,head]
warn
buildxact-security-headers
Buildxact uses Azure API Management — every operation must require both a subscription key and a bearer token.
$
info
buildxact-odata-page-size
Collection list endpoints should expose $top, $skip, and $count parameters.
$.paths[?(@property =~ /^\/.*s$/)].get.parameters[*].name
info
buildxact-rate-limit-response
Operations should document a 429 response since Buildxact enforces 100 requests / 30 seconds.
$.paths.*[get,put,post,delete,patch].responses
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/buildxact-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.