CryptoQuant · API Governance Rules
CryptoQuant API Rules
Spectral linting rules defining API design standards and conventions for CryptoQuant.
6 Rules
error 2
warn 4
Rule Categories
cryptoquant
Rules
error
cryptoquant-server-https
CryptoQuant servers must use HTTPS.
$.servers[*].url
warn
cryptoquant-versioned-path
CryptoQuant base URL should include /v{n} path version.
$.servers[*].url
error
cryptoquant-bearer-auth
CryptoQuant API must declare bearer auth scheme.
$.components.securitySchemes
warn
cryptoquant-window-param
Time-series operations should accept a window parameter.
$.paths[*][get].parameters[?(@.name=='window')]
warn
cryptoquant-tag-required
Operations must declare a tag.
$.paths[*][get,post,put,delete]
warn
cryptoquant-operation-id-camel
Operation IDs should be camelCase.
$.paths[*][get,post,put,delete].operationId