Stigg · API Governance Rules
Stigg API Rules
Spectral linting rules defining API design standards and conventions for Stigg.
4 Rules
warn 2
info 2
Rule Categories
no
property
schema
Rules
warn
schema-declares-$schema
Every JSON Schema document should declare its $schema (draft).
$
info
schema-has-title
JSON Schema documents should declare a title.
$
info
property-name-casing
Schema properties should be snake_case (the dominant convention in this API).
$..properties
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description