action tfl_stop_point_meta_stop_types { label: "Gets the list of available StopPoint types" provider: tfl method: GET path: "/StopPoint/Meta/StopTypes" encoding: json output: { type: "array" items: { type: "string" } } }