action ritc_run_app { label: "runApp" description: "Run active app rules" provider: ritc method: POST path: "/apps/rules/run" encoding: json input: { type: "object" properties: { break_when_rule_fires: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }