Sigstore · API Governance Rules
Sigstore API Rules
Spectral linting rules defining API design standards and conventions for Sigstore.
6 Rules
error 1
warn 5
Rule Categories
sigstore
Rules
warn
sigstore-operation-summary-title-case
Operation summaries must use Title Case.
$.paths[*][*].summary
warn
sigstore-api-versioned-paths
All API paths must include a version prefix.
$.paths[*]~
warn
sigstore-tags-defined
Operations must include at least one tag.
$.paths[*][*]
error
sigstore-operationid-required
Every operation must have an operationId.
$.paths[*][*]
warn
sigstore-error-response
API operations should document error responses.
$.paths[*][*].responses
warn
sigstore-description-required
API info and operations must have descriptions.
$.info$.paths[*][*]