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": "string", "reasonInfo": { "additionalInformation": "string", "reason": { … } }, "result": "PASSED" }