action tfl_place_meta_categories { label: "Gets a list of all of the available place property categories and keys." provider: tfl method: GET path: "/Place/Meta/Categories" encoding: json output: { type: "array" items: { type: "object" properties: { availableKeys: { type: "array" items: { type: "string" } } category: { type: "string" } } } } }