isSuccessful required | boolean An overall indication of whether the validation operation was successful. True if none of the validation
steps failed (i.e. have result |
schema required | string Value: "ValidationOutcome" |
required | Array of objects (ValidationStep) non-empty A list of results for each validation step checked as part of the validation operation. |
{- "isSuccessful": true,
- "schema": "ValidationOutcome",
- "steps": [
- {
- "description": "string",
- "reasonInfo": {
- "additionalInformation": "string",
- "reason": {
- "schema": "string",
- "value": "ACCC"
}
}, - "result": "PASSED"
}
]
}