Yale University · API Governance Rules

Yale University API Rules

Spectral linting rules defining API design standards and conventions for Yale University.

6 Rules error 2 warn 3 info 1
View Rules File View on GitHub

Rule Categories

yale

Rules

warn
yale-info-contact
API info must include a contact pointing at the LUX technology page.
$.info
warn
yale-info-license
LUX is published under Apache 2.0; the spec should declare a license.
$.info
error
yale-operation-id
Every operation should declare an operationId.
$.paths[*][*]
warn
yale-scope-enum
The scope path parameter must constrain values to LUX discovery scopes.
$.components.parameters.Scope.schema
info
yale-jsonld-context
Response object schemas should expose the JSON-LD @context property.
$.components.schemas[?(@.properties)]
error
yale-server-https
Servers must use HTTPS.
$.servers[*].url

Spectral Ruleset

Raw ↑
# generated: '2026-08-19'
# method: generated
# source: Generated from this provider's own OpenAPI conventions in openapi/.
# x-operator: institution
extends: []
formats:
  - oas3
documentationUrl: https://lux.collections.yale.edu/content/technology
rules:
  yale-info-contact:
    description: API info must include a contact pointing at the LUX technology page.
    severity: warn
    given: $.info
    then:
      field: contact
      function: truthy
  yale-info-license:
    description: LUX is published under Apache 2.0; the spec should declare a license.
    severity: warn
    given: $.info
    then:
      field: license
      function: truthy
  yale-operation-id:
    description: Every operation should declare an operationId.
    severity: error
    given: $.paths[*][*]
    then:
      field: operationId
      function: truthy
  yale-scope-enum:
    description: The scope path parameter must constrain values to LUX discovery scopes.
    severity: warn
    given: $.components.parameters.Scope.schema
    then:
      field: enum
      function: truthy
  yale-jsonld-context:
    description: Response object schemas should expose the JSON-LD @context property.
    severity: info
    given: $.components.schemas[?(@.properties)]
    then:
      function: defined
  yale-server-https:
    description: Servers must use HTTPS.
    severity: error
    given: $.servers[*].url
    then:
      function: pattern
      functionOptions:
        match: "^https://"

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.
All 92 tools →

Call it yourself

curl for this page
This ruleset
curl "https://apis.io/api/v1/rules/yale-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.