....
"output": {
"actorOutputSchemaVersion": 1,
"title": "Hotel Scraper",
"description": "",
"type": "object",
"properties": {
"overview": {
"type": "string",
"title": "๐ Overview",
"template": "{{links.apiDefaultDatasetUrl}}/items?view=overview"
},
"extras": {
"type": "string",
"title": "๐ซ Extras",
"template": "{{links.apiDefaultDatasetUrl}}/items?view=extra"
},
"results": {
"type": "string",
"title": "๐ Results (All Fields)",
"template": "{{links.apiDefaultDatasetUrl}}/items"
},
"mapViewer": {
"type": "string",
"title": "๐ Map Viewer",
"template": "{{links.apiDefaultKeyValueStoreUrl}}/records/OUTPUT_MAP_VIEWER"
}
}
},
....
....
"output": {
"actorOutputSchemaVersion": 1,
"title": "Hotel Scraper",
"description": "",
"type": "object",
"properties": {
"overview": {
"type": "string",
"title": "๐ Overview",
"template": "{{links.apiDefaultDatasetUrl}}/items?view=overview"
},
"extras": {
"type": "string",
"title": "๐ซ Extras",
"template": "{{links.apiDefaultDatasetUrl}}/items?view=extra"
},
"results": {
"type": "string",
"title": "๐ Results (All Fields)",
"template": "{{links.apiDefaultDatasetUrl}}/items"
},
"mapViewer": {
"type": "string",
"title": "๐ Map Viewer",
"template": "{{links.apiDefaultKeyValueStoreUrl}}/records/OUTPUT_MAP_VIEWER"
}
}
},
....