action tfl_line_meta_service_types { label: "Gets a list of valid ServiceTypes to filter on" provider: tfl method: GET path: "/Line/Meta/ServiceTypes" encoding: json output: { type: "array" items: { type: "string" } } }