University of Maryland College Park · API Governance Rules
University of Maryland College Park API Rules
Spectral linting rules defining API design standards and conventions for University of Maryland College Park.
7 Rules
error 2
warn 5
Rule Categories
umd
Rules
warn
umd-info-contact
API info should include a contact email (umd.io publishes hi@umd.io).
$.info
warn
umd-info-license
API info should declare a license (umd.io is MIT licensed).
$.info
error
umd-server-is-umd-io
Servers should point at the official api.umd.io host.
$.servers[*].url
error
umd-operation-has-operationid
Every operation should have an operationId (umd.io names each one).
$.paths[*][get]
warn
umd-get-only
umd.io is a read-only (GETful) API; only GET operations are expected.
$.paths[*]
warn
umd-operation-tagged
Operations should be tagged with one of the known umd.io domains.
$.paths[*][get].tags[*]
warn
umd-error-schema-present
Error responses should reference the shared Error schema.
$.paths[*][get].responses[?(@property=='400' || @property=='404')].content.application/json.schema
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-maryland-college-park-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.