action adobe_post_set_password { label: "postSetPassword" provider: adobe method: POST path: "/crx/explorer/ui/setpassword.jsp" encoding: json input: { type: "object" properties: { old: { type: "string" } plain: { type: "string" } verify: { type: "string" } } required: ["old", "plain", "verify"] additionalProperties: false } output: { type: "object" additionalProperties: true } }