action furkot_get_trip_trip_id_stop { label: "get_trip_trip_id_stop" description: "list stops for a trip identified by {trip_id}" provider: furkot method: GET path: "/trip/{trip_id}/stop" encoding: json input: { type: "object" properties: { trip_id: { type: "string" } } required: ["trip_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }