Esx.Settings.Hosts.Configuration.Drafts.ModificationInfo

Esx.Settings.Hosts.Configuration.Drafts.ModificationInfo
Esx.Settings.Hosts.Configuration.Drafts.ModificationInfo

The Esx.Settings.Hosts.Configuration.Drafts.ModificationInfo schema contains information about a modification to a property in the 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.

JSON Example
{
    "display_path": [
        "string"
    ],
    "original_path": "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.

string
original_path
Optional

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.

If set, it contains a JSON-Pointer to the corresponding property in the original document. Otherwise, this modification is an addition to the draft.