Reolink · API Governance Rules
Reolink API Rules
Spectral linting rules defining API design standards and conventions for Reolink.
8 Rules
error 3
warn 4
Rule Categories
reolink
Rules
error
reolink-api-key-auth
Reolink API uses token query parameter for authentication
$.components.securitySchemes
warn
reolink-post-only-paths
All Reolink API endpoints use POST method only
$.paths[*]
warn
reolink-summaries-title-case
Operation summaries must use Title Case
$.paths[*][post].summary
warn
reolink-operation-tags
Operations must have tags for categorization
$.paths[*][post]
error
reolink-request-body-required
All POST operations must include a request body
$.paths[*].post
error
reolink-response-200-defined
All operations must define a 200 response
$.paths[*][post].responses
hint
reolink-cmd-param-in-path
Reolink command paths should include cmd parameter pattern
$.paths
warn
reolink-operation-id-camel-case
Reolink operation IDs must use camelCase
$.paths[*][post].operationId