interface
LiveValidationEnvelope
Live validation results returned by the collection and global SDK methods.
Response properties
| Property | Type | Description |
|---|---|---|
evaluations | LiveValidationEvaluation[] | One result for each requested field path, with its checked or skipped status and validation messages. |
How it works
A successful response can contain validation issues. Request failures reject the SDK call instead of returning a checked result.
Full signature
interface LiveValidationEnvelope { ... }