action mtaa_api_tanzania_regions { label: "Returns all regions present in Tanzania" description: "Fetches all regions present in Tanzania and then return a response as json" provider: mtaa_api method: GET path: "/{country}" encoding: json input: { type: "object" properties: { country: { type: "string" } } required: ["country"] additionalProperties: false } output: { type: "object" additionalProperties: true } }