action tfl_place_meta_place_types { label: "Gets a list of the available types of Place." provider: tfl method: GET path: "/Place/Meta/PlaceTypes" encoding: json output: { type: "array" items: { type: "object" properties: { availableKeys: { type: "array" items: { type: "string" } } category: { type: "string" } } } } }