University of Alberta · API Governance Rules
University of Alberta API Rules
Spectral linting rules defining API design standards and conventions for University of Alberta.
5 Rules
error 2
warn 3
Rule Categories
ual
Rules
error
ual-borealis-https-server
Borealis API servers must use HTTPS.
$.servers[*].url
warn
ual-borealis-response-envelope
Borealis JSON responses wrap payloads in a status/data envelope.
$.components.schemas[?(@property.match(/Response$/))].properties
warn
ual-borealis-operation-id
Every operation should declare an operationId.
$.paths[*][get,post,put,delete]
error
ual-borealis-search-requires-q
The search operation must keep a required q query parameter.
$.paths['/search'].get.parameters[?(@.name=='q')]
warn
ual-borealis-apikey-header
The Dataverse API key uses the X-Dataverse-key header.
$.components.securitySchemes.DataverseApiKey
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/university-of-alberta-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.