action faretrotter_get_routes { label: "GET_routes" provider: faretrotter method: GET path: "/routes" encoding: json input: { type: "object" properties: { destination_lat: { type: "string" } destination_lng: { type: "string" } origin_lat: { type: "string" } origin_lng: { type: "string" } } required: ["destination_lat", "destination_lng", "origin_lat", "origin_lng"] additionalProperties: false } output: { type: "object" additionalProperties: true } }