Esx.Settings.Hosts.Configuration.Drafts.ValidationErrors

Esx.Settings.Hosts.Configuration.Drafts.ValidationErrors
Esx.Settings.Hosts.Configuration.Drafts.ValidationErrors

The Esx.Settings.Hosts.Configuration.Drafts.ValidationErrors schema contains schema-based validation errors for a given property.

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

JSON Example
{
    "display_path": [
        "string"
    ],
    "errors": [
        {
            "message": "Vapi.Std.LocalizableMessage Object",
            "type": "string",
            "pattern": "string",
            "expected_type": "string",
            "instance_id": "string",
            "property_name": "string",
            "maximum_length": 0,
            "minimum_length": 0,
            "maximum_value": 0,
            "minimum_value": 0,
            "dependency_error": {
                "required_value": "string",
                "current_value": "string",
                "possible_values": "string"
            },
            "component": "string",
            "group": "string",
            "key": "string",
            "path": "string",
            "required_property": "string"
        }
    ]
}
array of string
display_path
Required

A list of the display names for components of the property path.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

errors
Required

Localized error message describing the validation error.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.