openFDA · API Governance Rules
openFDA API Rules
Spectral linting rules defining API design standards and conventions for openFDA.
2 Rules
warn 2
Rule Categories
no
property
Rules
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