action setlist_resource_1_0_search_cities_get_cities_get { label: "Search for a city." description: "Search for a city." provider: setlist method: GET path: "/1.0/search/cities" encoding: json input: { type: "object" properties: { country: { type: "string" } name: { type: "string" } p: { type: "string" } state: { type: "string" } stateCode: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }