action adobe_post_config_aem_password_reset { label: "postConfigAemPasswordReset" provider: adobe method: POST path: "/apps/system/config/com.shinesolutions.aem.passwordreset.Activator" encoding: json input: { type: "object" properties: { "pwdreset.authorizables": { type: "array" items: { type: "string" } } "pwdreset.authorizables@TypeHint": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }