2018-11-20 14:29:46 +00:00
|
|
|
{
|
|
|
|
|
"title": "Crawler for Google places",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"schemaVersion": 1,
|
|
|
|
|
"properties": {
|
|
|
|
|
"searchString": {
|
|
|
|
|
"title": "Search",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"description": "String will be search on Google maps.",
|
|
|
|
|
"prefill": "New York Gym",
|
|
|
|
|
"editor": "textfield"
|
|
|
|
|
},
|
|
|
|
|
"lat": {
|
|
|
|
|
"title": "Viewport Latitude",
|
|
|
|
|
"type": "number",
|
|
|
|
|
"description": "Use it with combination with longitude and zoom to set up viewport to search on."
|
|
|
|
|
},
|
|
|
|
|
"lng": {
|
|
|
|
|
"title": "Viewport Longitude",
|
|
|
|
|
"type": "number",
|
2018-11-20 14:31:33 +00:00
|
|
|
"description": "Use it with combination with latitude and zoom to set up viewport to search on."
|
2018-11-20 14:29:46 +00:00
|
|
|
},
|
|
|
|
|
"zoom": {
|
|
|
|
|
"title": "Viewport Zoom",
|
|
|
|
|
"type": "number",
|
|
|
|
|
"description": "Use it with combination with longitude and latitude to set up viewport to search on.",
|
2018-11-20 14:31:33 +00:00
|
|
|
"minimum": 1,
|
2018-11-20 14:29:46 +00:00
|
|
|
"maximum": 15
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"required": [
|
|
|
|
|
"searchString"
|
|
|
|
|
]
|
|
|
|
|
}
|