Represents the result of checking a validation step during a validation operation. Note that the reasonInfo
value will typically be set in the case that the result is FAILED
, whereas it may or may not be set if the
result is PASSED
or NOT_RUN
. It is also expected that the reason
used in reasonInfo
values is always
of type CODE
and not PROPRIETARY
.
description required | string A short description of the scheme rule that was checked. |
object (StatusReasonInfo) Provides detailed information on a status reason. | |
result required | string Enumerates the result of the validation step.
|
{- "description": "string",
- "reasonInfo": {
- "additionalInformation": "string",
- "reason": {
- "schema": "string",
- "value": "ACCC"
}
}, - "result": "PASSED"
}