Settings_Clusters_Configuration_Drafts_ChangedProperty

Settings_Clusters_Configuration_Drafts_ChangedProperty
Settings_Clusters_Configuration_Drafts_ChangedProperty

The Drafts.ChangedProperty structure contains information about a property that is different in this draft from the committed configuration.

JSON Example
{
    "path": "string",
    "current": "string",
    "draft": "string"
}
string
path
Required

A JSON-Pointer that refers to the property that has been changed.

string
current
Optional

If set, the current value of the property in the cluster configuration. If not set, the property does not exist in the current cluster configuration.

string
draft
Optional

If set, this is the new value for the property in this draft. If not set, the property has been deleted in this draft.