New York Public Library What's On The Menu · API Governance Rules
New York Public Library What's On The Menu API Rules
Spectral linting rules defining API design standards and conventions for New York Public Library What's On The Menu.
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