action tfl_cabwise_get { label: "Gets taxis and minicabs contact information" provider: tfl method: GET path: "/Cabwise/search" encoding: json input: { type: "object" properties: { forceXml: { type: "boolean" } lat: { type: "number" format: "double" } legacyFormat: { type: "boolean" } lon: { type: "number" format: "double" } maxResults: { type: "integer" format: "int32" } name: { type: "string" } optype: { type: "string" } radius: { type: "number" format: "double" } twentyFourSevenOnly: { type: "boolean" } wc: { type: "string" } } required: ["lat", "lon"] additionalProperties: false } output: { type: "object" properties: {} } }