pub fn validate_json_cloudevent(value: &Value) -> Result<()>Expand description
Validate the shared JSON CloudEvents profile without requiring invocation IDs.
Context and trace attributes retain their original representation; data is
user-owned JSON. Callers separately enforce their payload size/depth limits.