action tfl_stop_point_get_by_sms { label: "Gets a StopPoint for a given sms code." provider: tfl method: GET path: "/StopPoint/Sms/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } output: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: {} } }