Pennsylvania State University · API Governance Rules
Pennsylvania State University API Rules
Spectral linting rules defining API design standards and conventions for Pennsylvania State University.
5 Rules
error 1
warn 3
info 1
Rule Categories
psu
Rules
warn
psu-fis-get-only
LionSpaceFIS endpoints are read-only; only GET operations are expected.
$.paths[*]
warn
psu-fis-no-post
LionSpaceFIS endpoints are read-only; POST is not expected.
$.paths[*]
error
psu-fis-operation-id
Every operation should declare an operationId.
$.paths[*][get]
info
psu-fis-pagination-params
Collection list operations should document limit and offset query parameters.
$.paths[*][get]
warn
psu-fis-server-host
Servers should point at the public apps.opp.psu.edu host.
$.servers[*].url