The raw CMCD-encoded string to validate. May contain multiple newline-separated event lines.
Optionaloptions: Omit<CmcdValidationOptions, "reportingMode">Validation options (excluding reportingMode).
The validation result including decoded data per event line.
Validates a raw CMCD string as an event-mode payload.
This function decodes the string internally and validates it with
reportingModeset to'event'. The input may contain multiple newline-separated events (e.g. atext/cmcdPOST body), in which case each line is validated independently and the results are merged.