From 59e27f5ada10c1e91c400270a6208ca258d0da75 Mon Sep 17 00:00:00 2001 From: patrikbraborec Date: Fri, 27 Feb 2026 20:20:36 +0100 Subject: [PATCH 1/2] chore: Remove view param from output_schema.json in all templates The ?view=overview query parameter is unnecessary for most Actors that just store data in the default dataset. Using the simple /items endpoint is sufficient and should be the default. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../js-crawlee-cheerio/.actor/output_schema.json | 8 ++++---- .../.actor/output_schema.json | 6 +++--- .../.actor/output_schema.json | 6 +++--- .../.actor/output_schema.json | 6 +++--- templates/js-cypress/.actor/output_schema.json | 6 +++--- .../js-langgraph-agent/.actor/output_schema.json | 6 +++--- templates/js-start/.actor/output_schema.json | 6 +++--- .../python-beautifulsoup/.actor/output_schema.json | 6 +++--- .../.actor/output_schema.json | 8 ++++---- .../python-crawlee-parsel/.actor/output_schema.json | 6 +++--- .../.actor/output_schema.json | 6 +++--- .../.actor/output_schema.json | 6 +++--- templates/python-crewai/.actor/output_schema.json | 6 +++--- templates/python-langgraph/.actor/output_schema.json | 11 +++-------- .../python-llamaindex-agent/.actor/output_schema.json | 6 +++--- templates/python-playwright/.actor/output_schema.json | 6 +++--- templates/python-pydanticai/.actor/output_schema.json | 6 +++--- templates/python-selenium/.actor/output_schema.json | 6 +++--- templates/python-smolagents/.actor/output_schema.json | 6 +++--- templates/python-start/.actor/output_schema.json | 6 +++--- templates/ts-beeai-agent/.actor/output_schema.json | 6 +++--- .../ts-crawlee-cheerio/.actor/output_schema.json | 8 ++++---- .../.actor/output_schema.json | 6 +++--- .../.actor/output_schema.json | 6 +++--- .../.actor/output_schema.json | 6 +++--- templates/ts-mastraai/.actor/output_schema.json | 6 +++--- .../.actor/output_schema.json | 11 +++-------- templates/ts-start-bun/.actor/output_schema.json | 6 +++--- templates/ts-start/.actor/output_schema.json | 6 +++--- 29 files changed, 90 insertions(+), 100 deletions(-) diff --git a/templates/js-crawlee-cheerio/.actor/output_schema.json b/templates/js-crawlee-cheerio/.actor/output_schema.json index a72072bb7..69f4b7177 100644 --- a/templates/js-crawlee-cheerio/.actor/output_schema.json +++ b/templates/js-crawlee-cheerio/.actor/output_schema.json @@ -1,11 +1,11 @@ { "actorOutputSchemaVersion": 1, - "title": "Output schema of the files scraper", + "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/js-crawlee-playwright-camoufox/.actor/output_schema.json b/templates/js-crawlee-playwright-camoufox/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/js-crawlee-playwright-camoufox/.actor/output_schema.json +++ b/templates/js-crawlee-playwright-camoufox/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/js-crawlee-playwright-chrome/.actor/output_schema.json b/templates/js-crawlee-playwright-chrome/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/js-crawlee-playwright-chrome/.actor/output_schema.json +++ b/templates/js-crawlee-playwright-chrome/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/js-crawlee-puppeteer-chrome/.actor/output_schema.json b/templates/js-crawlee-puppeteer-chrome/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/js-crawlee-puppeteer-chrome/.actor/output_schema.json +++ b/templates/js-crawlee-puppeteer-chrome/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/js-cypress/.actor/output_schema.json b/templates/js-cypress/.actor/output_schema.json index ae9704319..3e11d40e2 100644 --- a/templates/js-cypress/.actor/output_schema.json +++ b/templates/js-cypress/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" }, "videos": { "type": "string", diff --git a/templates/js-langgraph-agent/.actor/output_schema.json b/templates/js-langgraph-agent/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/js-langgraph-agent/.actor/output_schema.json +++ b/templates/js-langgraph-agent/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/js-start/.actor/output_schema.json b/templates/js-start/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/js-start/.actor/output_schema.json +++ b/templates/js-start/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-beautifulsoup/.actor/output_schema.json b/templates/python-beautifulsoup/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-beautifulsoup/.actor/output_schema.json +++ b/templates/python-beautifulsoup/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-crawlee-beautifulsoup/.actor/output_schema.json b/templates/python-crawlee-beautifulsoup/.actor/output_schema.json index a72072bb7..69f4b7177 100644 --- a/templates/python-crawlee-beautifulsoup/.actor/output_schema.json +++ b/templates/python-crawlee-beautifulsoup/.actor/output_schema.json @@ -1,11 +1,11 @@ { "actorOutputSchemaVersion": 1, - "title": "Output schema of the files scraper", + "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-crawlee-parsel/.actor/output_schema.json b/templates/python-crawlee-parsel/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-crawlee-parsel/.actor/output_schema.json +++ b/templates/python-crawlee-parsel/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-crawlee-playwright-camoufox/.actor/output_schema.json b/templates/python-crawlee-playwright-camoufox/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-crawlee-playwright-camoufox/.actor/output_schema.json +++ b/templates/python-crawlee-playwright-camoufox/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-crawlee-playwright/.actor/output_schema.json b/templates/python-crawlee-playwright/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-crawlee-playwright/.actor/output_schema.json +++ b/templates/python-crawlee-playwright/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-crewai/.actor/output_schema.json b/templates/python-crewai/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-crewai/.actor/output_schema.json +++ b/templates/python-crewai/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-langgraph/.actor/output_schema.json b/templates/python-langgraph/.actor/output_schema.json index b3ccd893b..69f4b7177 100644 --- a/templates/python-langgraph/.actor/output_schema.json +++ b/templates/python-langgraph/.actor/output_schema.json @@ -2,15 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" - }, - "responses": { - "type": "string", - "title": "Responses", - "template": "{{links.apiDefaultKeyValueStoreUrl}}/keys?collection=responses" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-llamaindex-agent/.actor/output_schema.json b/templates/python-llamaindex-agent/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-llamaindex-agent/.actor/output_schema.json +++ b/templates/python-llamaindex-agent/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-playwright/.actor/output_schema.json b/templates/python-playwright/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-playwright/.actor/output_schema.json +++ b/templates/python-playwright/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-pydanticai/.actor/output_schema.json b/templates/python-pydanticai/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-pydanticai/.actor/output_schema.json +++ b/templates/python-pydanticai/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-selenium/.actor/output_schema.json b/templates/python-selenium/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-selenium/.actor/output_schema.json +++ b/templates/python-selenium/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-smolagents/.actor/output_schema.json b/templates/python-smolagents/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-smolagents/.actor/output_schema.json +++ b/templates/python-smolagents/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/python-start/.actor/output_schema.json b/templates/python-start/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/python-start/.actor/output_schema.json +++ b/templates/python-start/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/ts-beeai-agent/.actor/output_schema.json b/templates/ts-beeai-agent/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/ts-beeai-agent/.actor/output_schema.json +++ b/templates/ts-beeai-agent/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/ts-crawlee-cheerio/.actor/output_schema.json b/templates/ts-crawlee-cheerio/.actor/output_schema.json index a72072bb7..69f4b7177 100644 --- a/templates/ts-crawlee-cheerio/.actor/output_schema.json +++ b/templates/ts-crawlee-cheerio/.actor/output_schema.json @@ -1,11 +1,11 @@ { "actorOutputSchemaVersion": 1, - "title": "Output schema of the files scraper", + "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/ts-crawlee-playwright-camoufox/.actor/output_schema.json b/templates/ts-crawlee-playwright-camoufox/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/ts-crawlee-playwright-camoufox/.actor/output_schema.json +++ b/templates/ts-crawlee-playwright-camoufox/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/ts-crawlee-playwright-chrome/.actor/output_schema.json b/templates/ts-crawlee-playwright-chrome/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/ts-crawlee-playwright-chrome/.actor/output_schema.json +++ b/templates/ts-crawlee-playwright-chrome/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/ts-crawlee-puppeteer-chrome/.actor/output_schema.json b/templates/ts-crawlee-puppeteer-chrome/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/ts-crawlee-puppeteer-chrome/.actor/output_schema.json +++ b/templates/ts-crawlee-puppeteer-chrome/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/ts-mastraai/.actor/output_schema.json b/templates/ts-mastraai/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/ts-mastraai/.actor/output_schema.json +++ b/templates/ts-mastraai/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/ts-playwright-test-runner/.actor/output_schema.json b/templates/ts-playwright-test-runner/.actor/output_schema.json index 70a37a2ca..69f4b7177 100644 --- a/templates/ts-playwright-test-runner/.actor/output_schema.json +++ b/templates/ts-playwright-test-runner/.actor/output_schema.json @@ -2,15 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" - }, - "report": { - "type": "string", - "title": "HTML Report", - "template": "{{links.apiDefaultKeyValueStoreUrl}}/records/report" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/ts-start-bun/.actor/output_schema.json b/templates/ts-start-bun/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/ts-start-bun/.actor/output_schema.json +++ b/templates/ts-start-bun/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } diff --git a/templates/ts-start/.actor/output_schema.json b/templates/ts-start/.actor/output_schema.json index 666b1e6a0..69f4b7177 100644 --- a/templates/ts-start/.actor/output_schema.json +++ b/templates/ts-start/.actor/output_schema.json @@ -2,10 +2,10 @@ "actorOutputSchemaVersion": 1, "title": "Output schema", "properties": { - "overview": { + "results": { "type": "string", - "title": "Overview", - "template": "{{links.apiDefaultDatasetUrl}}/items?view=overview" + "title": "Results", + "template": "{{links.apiDefaultDatasetUrl}}/items" } } } From 745f7203e534ad7286f120c6c7d3d6d435a443c5 Mon Sep 17 00:00:00 2001 From: patrikbraborec Date: Mon, 2 Mar 2026 13:09:45 +0100 Subject: [PATCH 2/2] fix: Restore HTML Report key-value store link in ts-playwright-test-runner output schema Co-Authored-By: Claude Opus 4.6 (1M context) --- .../ts-playwright-test-runner/.actor/output_schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/ts-playwright-test-runner/.actor/output_schema.json b/templates/ts-playwright-test-runner/.actor/output_schema.json index 69f4b7177..fa6975c20 100644 --- a/templates/ts-playwright-test-runner/.actor/output_schema.json +++ b/templates/ts-playwright-test-runner/.actor/output_schema.json @@ -6,6 +6,11 @@ "type": "string", "title": "Results", "template": "{{links.apiDefaultDatasetUrl}}/items" + }, + "report": { + "type": "string", + "title": "HTML Report", + "template": "{{links.apiDefaultKeyValueStoreUrl}}/records/report" } } }