US Court of Appeals for the Federal Circuit · API Governance Rules
US Court of Appeals for the Federal Circuit API Rules
Spectral linting rules defining API design standards and conventions for US Court of Appeals for the Federal Circuit.
5 Rules
warn 4
info 1
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.
$
warn
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