action tfl_stop_point_meta_modes { label: "Gets the list of available StopPoint modes" provider: tfl method: GET path: "/StopPoint/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" } } } } }