action tfl_line_meta_modes { label: "Gets a list of valid modes" provider: tfl method: GET path: "/Line/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" } } } } }