Apache ORC · API Governance Rules
Apache ORC API Rules
Spectral linting rules defining API design standards and conventions for Apache ORC.
8 Rules
error 4
warn 3
info 1
Rule Categories
info
operation
paths
response
schema
Rules
error
info-title-required
API must have a title
$.info
error
operation-summary-required
Operations must have summaries
$.paths[*][*]
error
operation-operationId-required
$.paths[*][*]
warn
operation-tags-required
$.paths[*][*]
info
operation-summary-apache-prefix
Summaries should start with Apache ORC
$.paths[*][get,post,put,delete,patch].summary
warn
paths-kebab-case
$.paths[*]~
error
response-success-required
$.paths[*][*].responses
warn
schema-type-defined
$.components.schemas[*].properties[*]