Settings_Clusters_Configuration_Drafts_ChangeDetails
The Drafts.ChangeDetails structure contains information about changes made in the draft when compared against the current desired document.
{
"modified_properties": {
"modified_properties": {
"display_path": [
"string"
],
"original_path": "string"
}
},
"deleted_properties": {
"deleted_properties": {
"display_path": [
"string"
]
}
}
}
Captures the properties that were added/modified in this draft. The map keys are JSON-Pointers that refer to the properties in the draft that are modifications. The values contain information about the property and, in the case of a modification, the location of the corresponding property in the desired document.
Captures the properties that were deleted from this draft. The map keys are JSON-Pointers that refer to the properties in the desired document that were deleted.