Settings_Clusters_Configuration_Drafts_ValidationDetails
Settings_Clusters_Configuration_Drafts_ValidationDetails
The Drafts.ValidationDetails structure contains all validation errors related to the draft configuration.
JSON Example
{
"errors": {
"errors": {
"display_path": [
"string"
],
"errors": [
{
"hosts": [
"string"
],
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"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"
}
]
}
}
}
object
errors
Required
Map of JSON-Pointers to properties in the draft configuration that have validation errors based on the schema and host-level validations.