What happens when one event in a POST payload fails validation?

Hi all,

We’ve just had a case where some events fail JSON Schema validation on a large payload with 500 events. What happens in this case - do all other events get correctly enriched and shredded, or does the entire payload fail?

Thanks!
Bernardo

All the other events get correctly enriched and shredded. (The bad row will contain the whole POST payload because there is no safe way of extracting just the problematic event.)