{ "name": "/v1/search venues", "priorityThresh": 1, "endpoint": "search", "tests": [ { "id": 1, "status": "fail", "notes": "portland international should come up for PDX", "in": { "text": "pdx" }, "expected": { "properties": [ { "layer": "venue", "name": "Portland International Airport", "country_a": "USA", "country": "United States", "region": "Oregon", "region_a": "OR", "locality": "Portland" } ] } }, { "id": 2, "status": "fail", "notes": "portland international should come up for PDX", "in": { "text": "pdx airport" }, "expected": { "properties": [ { "layer": "venue", "name": "Portland International Airport", "country_a": "USA", "country": "United States", "region": "Oregon", "region_a": "OR", "locality": "Portland" } ] } } ] }