PreDeployCheckProperty

PreDeployCheckProperty
PreDeployCheckProperty
JSON Example
{
    "name": "string",
    "type": "string",
    "errors": [
        "string"
    ],
    "records": [
        {
            "index": 0,
            "errors": [
                {
                    "name": "string",
                    "type": "string",
                    "errors": [
                        "string"
                    ]
                }
            ]
        }
    ]
}
string
name
Required  

name

string
type
Required  

type

array of string
errors
Required  

errors

records
Optional

Only applicable to properties with type collection. Validation errors for records under the collection.

Property Of