CloudEvents 1.0
Validates CloudEvents 1.0 in both binding modes — structured (JSON body) and binary (ce-* headers) — checking required attributes, spec version, time format, and content-type consistency.
Rules (9)
| Rule | Severity |
|---|---|
ce.data-schema | error |
ce.datacontenttype-consistency | error |
ce.extension-attr-naming | warning |
ce.id-duplicate | info |
ce.mode-detected | info |
ce.required-attributes | error |
ce.specversion-supported | error |
ce.structured-body-json | error |
ce.time-format | error |