app-policy_manager Schemas

On this page:

configurationPatch

{ "$id": "configurationPatch", "title": "configurationPatch", "description": "setConfig payload", "type": "array", "items": { "type": "object", "properties": { "parents": { "type": "array", "items": { "type": "string" } }, "old": { "type": "string" }, "new": { "type": "string" } }, "required": [ "parents", "old", "new" ] } }