Esx.Settings.Hosts.Configuration.Drafts.ValidationDetails
The Esx.Settings.Hosts.Configuration.Drafts.ValidationDetails schema contains all validation errors related to the draft configuration.
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.
{
"errors": {
"errors": {
"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"
}
]
}
}
}
Map of JSON-Pointers to properties in the draft configuration that have validation errors based on the schema and host-level validations.
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.