Jito Labs · API Governance Rules
Jito Labs API Rules
Spectral linting rules defining API design standards and conventions for Jito Labs.
5 Rules
warn 3
info 2
Rule Categories
no
property
schema
Rules
warn
schema-declares-$schema
Every JSON Schema document should declare its $schema (draft).
$
warn
schema-draft-consistency
$schema should reference the 2020-12 draft (this API's convention).
$.$schema
info
schema-has-title
JSON Schema documents should declare a title.
$
info
property-name-casing
Schema properties should be camelCase (the dominant convention in this API).
$..properties
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description