Youki · API Governance Rules
Youki API Rules
Spectral linting rules defining API design standards and conventions for Youki.
3 Rules
warn 1
info 2
Rule Categories
definition
no
property
Rules
info
property-name-casing
Schema properties should be snake_case (the dominant convention in this API).
$..properties
info
definition-name-casing
Schema definitions names should be PascalCase (the dominant convention in this API).
$..definitions
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description