ConfigStoreOptionedit

Information about the Config Store options.

Propertiesedit

changed (boolean, required)
Whether or not this Config Store Option has changed
name (string, required)
Name of this Config Store Option
value (string, required)
Value of this Config Store Option

Exampleedit

{
   "changed" : true,
   "name" : "string",
   "value" : "string"
}