Apache Kafka · API Governance Rules
Apache Kafka API Rules
Spectral linting rules defining API design standards and conventions for Apache Kafka.
2 Rules
warn 1
info 1
Rule Categories
no
payload
Rules
info
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