Apache EventMesh · API Governance Rules
Apache EventMesh API Rules
Spectral linting rules defining API design standards and conventions for Apache EventMesh.
2 Rules
warn 2
Rule Categories
no
operation
Rules
warn
operation-id-casing
Operation IDs should be camelCase (the dominant convention in this API).
$.channels[*][publish,subscribe].operationId
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description