ArrayOfComplianceFailure

ArrayOfComplianceFailure
ArrayOfComplianceFailure

A boxed array of ComplianceFailure. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "failureType": "string",
            "message": {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            },
            "expressionName": "string",
            "failureValues": [
                {
                    "_typeName": "string",
                    "comparisonIdentifier": "string",
                    "profileInstance": "string",
                    "hostValue": {
                        "_typeName": "string"
                    },
                    "profileValue": {
                        "_typeName": "string"
                    }
                }
            ]
        }
    ]
}
_value
Required

_value