EigenLayer · API Governance Rules
EigenLayer API Rules
Spectral linting rules defining API design standards and conventions for EigenLayer.
2 Rules
warn 2
Rule Categories
no
payload
Rules
warn
payload-property-casing
Message payload properties should be snake_case (the dominant convention in this API).
$.components.schemas[*].properties
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description