action adobe_get_authorizable_keystore { label: "getAuthorizableKeystore" provider: adobe method: GET path: "/{intermediatePath}/{authorizableId}.ks.json" encoding: json input: { type: "object" properties: { authorizableId: { type: "string" } intermediatePath: { type: "string" } } required: ["authorizableId", "intermediatePath"] additionalProperties: false } output: { type: "object" additionalProperties: true } }