!!!Joefree!!! ๐Ÿ‘‘!
Apify & Crawleeโ€ข4w agoโ€ข
3 replies
!!!Joefree!!! ๐Ÿ‘‘

BUG: output schema broken ? (or something changed ?)

๐Ÿ–ฅ๏ธPlatform
in actor.json I define output schema like this :
  ....

    "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"
            }
            
        }
    },    
  ....


however in run output when I click the menu, the output does not change.

example run: https://console.apify.com/view/runs/KHpkoFLvZEUMrjByV
image.png
Apify
Manage Apify, a full-stack web scraping and data extraction platform.
Apify Console
Was this page helpful?