action tfl_journey_meta { label: "Gets a list of all of the available journey planner modes" provider: tfl method: GET path: "/Journey/Meta/Modes" encoding: json output: { type: "array" items: { type: "object" properties: { isFarePaying: { type: "boolean" } isScheduledService: { type: "boolean" } isTflService: { type: "boolean" } modeName: { type: "string" } motType: { type: "string" } network: { type: "string" } } } } }