action adobe_post_cq_actions { label: "postCqActions" provider: adobe method: POST path: "/.cqactions.html" encoding: json input: { type: "object" properties: { authorizableId: { type: "string" } changelog: { type: "string" } } required: ["authorizableId", "changelog"] additionalProperties: false } output: { type: "object" additionalProperties: true } }