parcelLab · API Governance Rules
parcelLab API Rules
Spectral linting rules defining API design standards and conventions for parcelLab.
7 Rules
error 2
warn 5
Rule Categories
parcellab
Rules
warn
parcellab-info-contact
parcelLab specs must point at parcelLab developer support.
$.info.contact
error
parcellab-versioned-paths
Operations live under /v4/ — the current API version.
$.paths.*~
warn
parcellab-operation-id-camel
Operation IDs use camelCase.
$.paths[*][*].operationId
warn
parcellab-summary-title-case
Operation summaries use Title Case.
$.paths[*][*].summary
error
parcellab-auth-token-header
Define the Parcellab-API-Token apiKey security scheme on the Authorization header.
$.components.securitySchemes
warn
parcellab-tag-set
Use the canonical parcelLab tag set.
$.tags[*].name
warn
parcellab-trailing-slash
parcelLab paths end with a trailing slash, matching the published API.
$.paths.*~