action tfl_place_get_streets_by_post_code { label: "Gets the set of streets associated with a post code." provider: tfl method: GET path: "/Place/Address/Streets/{Postcode}" encoding: json input: { type: "object" properties: { Postcode: { type: "string" } postcode: { type: "string" } "postcodeInput.postcode": { type: "string" } } required: ["Postcode", "postcode"] additionalProperties: false } output: { type: "object" properties: {} } }