action adobe_post_path { label: "postPath" provider: adobe method: POST path: "/{path}/" encoding: json input: { type: "object" properties: { ":name": { type: "string" } "jcr:primaryType": { type: "string" } path: { type: "string" } } required: [":name", "jcr:primaryType", "path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }