ValidationCheck
                                ValidationCheck                            
                            Represents a validation check
JSON Example
                                    {
    "description": "string",
    "errorResponse": {
        "arguments": [
            "string"
        ],
        "causes": [
            {
                "message": "string",
                "type": "string"
            }
        ],
        "context": {
            "context": "string"
        },
        "errorCode": "string",
        "errorType": "string",
        "message": "string",
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string",
        "remediationMessage": "string"
    },
    "nestedValidationChecks": [
        {
            "description": "string",
            "errorResponse": {
                "arguments": [
                    "string"
                ],
                "causes": [
                    {
                        "message": "string",
                        "type": "string"
                    }
                ],
                "context": {
                    "context": "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"
        }
    ],
    "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
            
            
        Error response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs
                            
                                    array of 
                
            
            
                                    
                        ValidationCheck                     
                
                
            
        
        
                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
