action staging_ecotaco_list_all_catchement_areas { label: "List all catchement areas" description: "" provider: staging_ecotaco method: GET path: "/catchement_areas" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }