PartialPatchConfig (type)

{
  "additionalProperties": false, 
  "description": "This object allows enabling or disabling of partial patch functionality. Enabling partial patch allows patching of a subset of the fields of any object. After enabling partial patching, any object payload provided will be merged with the existing object payload. Note that while all mandatory fields are expected to be provided during the creation of any object, enabling partial patch will allow patching of existing objects with a subset of mandatory fields.", 
  "id": "PartialPatchConfig", 
  "module_id": "PolicySystemConfig", 
  "properties": {
    "enable_partial_patch": {
      "description": "boolean value used to enable/disable partial patch", 
      "required": true, 
      "title": "This object will contain the partial patch configuration.", 
      "type": "boolean"
    }
  }, 
  "title": "Contains configuration for Partial patch.", 
  "type": "object"
}