action setlist_resource_1_0_city_geo_id_get_city_get { label: "Get a city by its unique geoId." description: "Get a city by its unique geoId." provider: setlist method: GET path: "/1.0/city/{geoId}" encoding: json input: { type: "object" properties: { geoId: { type: "string" } } required: ["geoId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }