action lambdatest_locations { label: "Fetch Locations" description: "Fetch list of available Geolocations" provider: lambdatest method: GET path: "/locations" encoding: json output: { type: "object" properties: { locations: { type: "array" items: { type: "object" properties: { code: { type: "string" } name: { type: "string" } } } } } } }