action adobe_post_tree_activation { label: "postTreeActivation" provider: adobe method: POST path: "/libs/replication/treeactivation.html" encoding: json input: { type: "object" properties: { cmd: { type: "string" } ignoredeactivated: { type: "boolean" } onlymodified: { type: "boolean" } path: { type: "string" } } required: ["cmd", "ignoredeactivated", "onlymodified", "path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }