National University of Colombia · API Governance Rules
National University of Colombia API Rules
Spectral linting rules defining API design standards and conventions for National University of Colombia.
5 Rules
error 1
warn 3
Rule Categories
unal
Rules
warn
unal-info-contact
Repository API must expose a contact for the digital repository team.
$.info
warn
unal-server-bff-host
Servers should point at the confirmed DSpace backend host.
$.servers[*].url
warn
unal-operation-id
Every operation should declare an operationId.
$.paths[*][get,post,put,delete,patch]
hint
unal-hal-json-media
DSpace REST responses are served as application/hal+json.
$.paths[?(@property != '/oai/request')][get].responses.200.content
error
unal-oai-verb-enum
The OAI-PMH endpoint must constrain the verb parameter to the OAI-PMH 2.0 verbs.
$.paths['/oai/request'].get.parameters[?(@.name=='verb')].schema