mirror of https://github.com/pelias/docker.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
2.1 KiB
117 lines
2.1 KiB
{ |
|
"name": "Brooklyn", |
|
"priorityThresh": 1, |
|
"tests": [ |
|
{ |
|
"id": 1, |
|
"status": "pass", |
|
"user": "Julian", |
|
"type": "dev", |
|
"in": { |
|
"text": "brooklyn", |
|
"boundary.country": "USA" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"name": "Brooklyn", |
|
"region": "New York" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": 2, |
|
"status": "pass", |
|
"user": "Julian", |
|
"type": "dev", |
|
"in": { |
|
"text": "brooklyn", |
|
"layers": "borough", |
|
"boundary.country": "USA" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"name": "Brooklyn", |
|
"region": "New York" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": "3-autocomplete", |
|
"status": "pass", |
|
"user": "Julian", |
|
"type": "dev", |
|
"endpoint": "autocomplete", |
|
"in": { |
|
"text": "brooklyn", |
|
"boundary.country": "USA" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"name": "Brooklyn", |
|
"region": "New York" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": 4, |
|
"status": "pass", |
|
"user": "Julian", |
|
"type": "dev", |
|
"in": { |
|
"text": "brooklyn" |
|
}, |
|
"expected": { |
|
"priorityThresh": 4, |
|
"properties": [ |
|
{ |
|
"name": "Brooklyn", |
|
"region": "New York" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": 5, |
|
"status": "pass", |
|
"user": "Julian", |
|
"type": "dev", |
|
"in": { |
|
"text": "brooklyn", |
|
"layers": "borough" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"name": "Brooklyn", |
|
"region": "New York" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": "6-autocomplete", |
|
"status": "pass", |
|
"user": "Julian", |
|
"type": "dev", |
|
"endpoint": "autocomplete", |
|
"in": { |
|
"text": "brooklyn" |
|
}, |
|
"expected": { |
|
"priorityThresh": 5, |
|
"properties": [ |
|
{ |
|
"name": "Brooklyn", |
|
"region": "New York" |
|
} |
|
] |
|
} |
|
} |
|
] |
|
}
|
|
|