ValidationCheck

ValidationCheck
ValidationCheck

Represents a validation check

JSON Example
{
    "description": "string",
    "errorResponse": {
        "arguments": [
            "string"
        ],
        "causes": [
            {
                "message": "string",
                "type": "string"
            }
        ],
        "errorCode": "string",
        "errorType": "string",
        "message": "string",
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string",
        "remediationMessage": "string"
    },
    "nestedValidationChecks": [
        "ValidationCheck Object"
    ],
    "resultStatus": "One among: IN_PROGRESS, SUCCEEDED, FAILED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
    "severity": "One among: WARNING, ERROR, INFO"
}
string
description
Optional

Description of the validation check

errorResponse
Optional

errorResponse

nestedValidationChecks
Optional

List of one or more validation checks that are performed as part of the validation

string
resultStatus
Optional

Result status of the validation check after it has completed its execution

string
severity
Optional

Severity of the validation check