action ritc_get_action { label: "getAction" description: "Get an action" provider: ritc method: GET path: "/actions/{action_id}" encoding: json input: { type: "object" properties: { action_id: { type: "string" } } required: ["action_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }