action adobe_post_node { label: "postNode" provider: adobe method: POST path: "/{path}/{name}" encoding: json input: { type: "object" properties: { ":operation": { type: "string" } deleteAuthorizable: { type: "string" } name: { type: "string" } path: { type: "string" } } required: ["name", "path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }