diff --git a/templates/cli-start/.actor/actor.json b/templates/cli-start/.actor/actor.json index bda3c5d3e..3b184eed9 100644 --- a/templates/cli-start/.actor/actor.json +++ b/templates/cli-start/.actor/actor.json @@ -10,7 +10,7 @@ "templateId": "cli-start", "generatedBy": "" }, - "input": { + "inputSchema": { "title": "Actor input", "description": "Actor input object", "type": "object", diff --git a/templates/js-crawlee-cheerio/.actor/actor.json b/templates/js-crawlee-cheerio/.actor/actor.json index 1d0834448..1c83ba906 100644 --- a/templates/js-crawlee-cheerio/.actor/actor.json +++ b/templates/js-crawlee-cheerio/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "js-crawlee-cheerio", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/js-crawlee-playwright-camoufox/.actor/actor.json b/templates/js-crawlee-playwright-camoufox/.actor/actor.json index 35a34cd84..de34999f8 100644 --- a/templates/js-crawlee-playwright-camoufox/.actor/actor.json +++ b/templates/js-crawlee-playwright-camoufox/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "js-crawlee-playwright-camoufox", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/js-crawlee-playwright-chrome/.actor/actor.json b/templates/js-crawlee-playwright-chrome/.actor/actor.json index a6a9cbbe4..d2746f375 100644 --- a/templates/js-crawlee-playwright-chrome/.actor/actor.json +++ b/templates/js-crawlee-playwright-chrome/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "js-crawlee-playwright-chrome", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/js-crawlee-puppeteer-chrome/.actor/actor.json b/templates/js-crawlee-puppeteer-chrome/.actor/actor.json index 087b662a2..fa2ef32e3 100644 --- a/templates/js-crawlee-puppeteer-chrome/.actor/actor.json +++ b/templates/js-crawlee-puppeteer-chrome/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "js-crawlee-puppeteer-chrome", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/js-cypress/.actor/actor.json b/templates/js-cypress/.actor/actor.json index 85a12bc47..910b8bd89 100644 --- a/templates/js-cypress/.actor/actor.json +++ b/templates/js-cypress/.actor/actor.json @@ -9,12 +9,12 @@ "templateId": "js-cypress", "generatedBy": "" }, - "input": "./input_schema.json", + "inputSchema": "./input_schema.json", "readme": "./README.md", "dockerfile": "../Dockerfile", "storages": { "dataset": "./dataset_schema.json", "keyValueStore": "./key_value_store_schema.json" }, - "output": "./output_schema.json" + "outputSchema": "./output_schema.json" } diff --git a/templates/js-langchain/.actor/actor.json b/templates/js-langchain/.actor/actor.json index 2031cbeec..b6248104c 100644 --- a/templates/js-langchain/.actor/actor.json +++ b/templates/js-langchain/.actor/actor.json @@ -10,7 +10,7 @@ "generatedBy": "" }, "dockerfile": "../Dockerfile", - "output": "./output_schema.json", + "outputSchema": "./output_schema.json", "storages": { "keyValueStore": "./key_value_store_schema.json" }, diff --git a/templates/js-langgraph-agent/.actor/actor.json b/templates/js-langgraph-agent/.actor/actor.json index 34dbd17aa..2dfa183be 100644 --- a/templates/js-langgraph-agent/.actor/actor.json +++ b/templates/js-langgraph-agent/.actor/actor.json @@ -10,7 +10,7 @@ "generatedBy": "" }, "dockerfile": "../Dockerfile", - "output": "./output_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/js-start/.actor/actor.json b/templates/js-start/.actor/actor.json index 049b20795..ebc648df6 100644 --- a/templates/js-start/.actor/actor.json +++ b/templates/js-start/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "js-start", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-beautifulsoup/.actor/actor.json b/templates/python-beautifulsoup/.actor/actor.json index 22659b54b..dc70e873b 100644 --- a/templates/python-beautifulsoup/.actor/actor.json +++ b/templates/python-beautifulsoup/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-beautifulsoup", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-crawlee-beautifulsoup/.actor/actor.json b/templates/python-crawlee-beautifulsoup/.actor/actor.json index d465a0fa4..aaa3b383f 100644 --- a/templates/python-crawlee-beautifulsoup/.actor/actor.json +++ b/templates/python-crawlee-beautifulsoup/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-crawlee-beautifulsoup", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-crawlee-parsel/.actor/actor.json b/templates/python-crawlee-parsel/.actor/actor.json index 16e5d2e52..6c07ee1c5 100644 --- a/templates/python-crawlee-parsel/.actor/actor.json +++ b/templates/python-crawlee-parsel/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-crawlee-parsel", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-crawlee-playwright-camoufox/.actor/actor.json b/templates/python-crawlee-playwright-camoufox/.actor/actor.json index 2a117a578..4b138d383 100644 --- a/templates/python-crawlee-playwright-camoufox/.actor/actor.json +++ b/templates/python-crawlee-playwright-camoufox/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-crawlee-playwright-camoufox", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-crawlee-playwright/.actor/actor.json b/templates/python-crawlee-playwright/.actor/actor.json index 934c61d87..7b59d562c 100644 --- a/templates/python-crawlee-playwright/.actor/actor.json +++ b/templates/python-crawlee-playwright/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-crawlee-playwright", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-crewai/.actor/actor.json b/templates/python-crewai/.actor/actor.json index a9cc87c67..34bc159fb 100644 --- a/templates/python-crewai/.actor/actor.json +++ b/templates/python-crewai/.actor/actor.json @@ -6,11 +6,11 @@ "description": "CrewAI agent in python", "version": "0.0", "buildTag": "latest", - "input": "./input_schema.json", + "inputSchema": "./input_schema.json", "storages": { "dataset": "./dataset_schema.json" }, - "output": "./output_schema.json", + "outputSchema": "./output_schema.json", "meta": { "templateId": "python-crewai", "generatedBy": "" diff --git a/templates/python-langgraph/.actor/actor.json b/templates/python-langgraph/.actor/actor.json index defd438c9..2df32bd25 100644 --- a/templates/python-langgraph/.actor/actor.json +++ b/templates/python-langgraph/.actor/actor.json @@ -6,12 +6,12 @@ "description": "LangGraph agent in python", "version": "0.0", "buildTag": "latest", - "input": "./input_schema.json", + "inputSchema": "./input_schema.json", "storages": { "dataset": "./dataset_schema.json", "keyValueStore": "./key_value_store_schema.json" }, - "output": "./output_schema.json", + "outputSchema": "./output_schema.json", "meta": { "templateId": "python-langgraph", "generatedBy": "" diff --git a/templates/python-llamaindex-agent/.actor/actor.json b/templates/python-llamaindex-agent/.actor/actor.json index 9593794c7..a314048e7 100644 --- a/templates/python-llamaindex-agent/.actor/actor.json +++ b/templates/python-llamaindex-agent/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-llamaindex-agent", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-mcp-empty/.actor/actor.json b/templates/python-mcp-empty/.actor/actor.json index 8e5ba8215..47ecb3f7f 100644 --- a/templates/python-mcp-empty/.actor/actor.json +++ b/templates/python-mcp-empty/.actor/actor.json @@ -11,7 +11,7 @@ "templateId": "python-mcp-empty", "generatedBy": "" }, - "input": { + "inputSchema": { "title": "Actor input schema", "description": "This is Actor input schema", "type": "object", diff --git a/templates/python-mcp-proxy/.actor/actor.json b/templates/python-mcp-proxy/.actor/actor.json index aef16a5ac..853c347ce 100644 --- a/templates/python-mcp-proxy/.actor/actor.json +++ b/templates/python-mcp-proxy/.actor/actor.json @@ -11,7 +11,7 @@ "templateId": "python-mcp-server", "generatedBy": "" }, - "input": { + "inputSchema": { "title": "Actor input schema", "description": "This is Actor input schema", "type": "object", diff --git a/templates/python-playwright/.actor/actor.json b/templates/python-playwright/.actor/actor.json index a06ed612c..01cc87bef 100644 --- a/templates/python-playwright/.actor/actor.json +++ b/templates/python-playwright/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-playwright", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-pydanticai/.actor/actor.json b/templates/python-pydanticai/.actor/actor.json index 37af1e3fe..114d71c14 100644 --- a/templates/python-pydanticai/.actor/actor.json +++ b/templates/python-pydanticai/.actor/actor.json @@ -11,8 +11,8 @@ "generatedBy": "" }, "dockerfile": "../Dockerfile", - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" } diff --git a/templates/python-scrapy/.actor/actor.json b/templates/python-scrapy/.actor/actor.json index 70224151b..6b4215b0b 100644 --- a/templates/python-scrapy/.actor/actor.json +++ b/templates/python-scrapy/.actor/actor.json @@ -10,6 +10,6 @@ "templateId": "python-scrapy", "generatedBy": "" }, - "input": "./input_schema.json", + "inputSchema": "./input_schema.json", "dockerfile": "../Dockerfile" } diff --git a/templates/python-selenium/.actor/actor.json b/templates/python-selenium/.actor/actor.json index 6986e9438..ae163d99d 100644 --- a/templates/python-selenium/.actor/actor.json +++ b/templates/python-selenium/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-selenium", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-smolagents/.actor/actor.json b/templates/python-smolagents/.actor/actor.json index 7b3e66661..4cada3929 100644 --- a/templates/python-smolagents/.actor/actor.json +++ b/templates/python-smolagents/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-smolagents", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/python-start/.actor/actor.json b/templates/python-start/.actor/actor.json index 860a4b32e..e43966a36 100644 --- a/templates/python-start/.actor/actor.json +++ b/templates/python-start/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "python-start", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/ts-beeai-agent/.actor/actor.json b/templates/ts-beeai-agent/.actor/actor.json index a17e58827..d0f7cff9b 100644 --- a/templates/ts-beeai-agent/.actor/actor.json +++ b/templates/ts-beeai-agent/.actor/actor.json @@ -9,11 +9,11 @@ "storages": { "dataset": "./dataset_schema.json" }, - "output": "./output_schema.json", + "outputSchema": "./output_schema.json", "meta": { "templateId": "ts-beeai-agent", "generatedBy": "" }, - "input": "./input_schema.json", + "inputSchema": "./input_schema.json", "dockerfile": "../Dockerfile" } diff --git a/templates/ts-crawlee-cheerio/.actor/actor.json b/templates/ts-crawlee-cheerio/.actor/actor.json index 665d0fdc5..f637de20d 100644 --- a/templates/ts-crawlee-cheerio/.actor/actor.json +++ b/templates/ts-crawlee-cheerio/.actor/actor.json @@ -10,8 +10,8 @@ "templateId": "ts-crawlee-cheerio", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/ts-crawlee-playwright-camoufox/.actor/actor.json b/templates/ts-crawlee-playwright-camoufox/.actor/actor.json index c704b3a9e..7b2b57aaa 100644 --- a/templates/ts-crawlee-playwright-camoufox/.actor/actor.json +++ b/templates/ts-crawlee-playwright-camoufox/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "ts-crawlee-playwright-camoufox", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/ts-crawlee-playwright-chrome/.actor/actor.json b/templates/ts-crawlee-playwright-chrome/.actor/actor.json index f45b6e2e5..9a77be073 100644 --- a/templates/ts-crawlee-playwright-chrome/.actor/actor.json +++ b/templates/ts-crawlee-playwright-chrome/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "ts-crawlee-playwright-chrome", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/ts-crawlee-puppeteer-chrome/.actor/actor.json b/templates/ts-crawlee-puppeteer-chrome/.actor/actor.json index f8c1642c9..43e3b4948 100644 --- a/templates/ts-crawlee-puppeteer-chrome/.actor/actor.json +++ b/templates/ts-crawlee-puppeteer-chrome/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "ts-crawlee-puppeteer-chrome", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/ts-mastraai/.actor/actor.json b/templates/ts-mastraai/.actor/actor.json index a3bd94a42..4095ab898 100644 --- a/templates/ts-mastraai/.actor/actor.json +++ b/templates/ts-mastraai/.actor/actor.json @@ -9,11 +9,11 @@ "storages": { "dataset": "./dataset_schema.json" }, - "output": "./output_schema.json", + "outputSchema": "./output_schema.json", "meta": { "templateId": "ts-mastraai", "generatedBy": "" }, - "input": "./input_schema.json", + "inputSchema": "./input_schema.json", "dockerfile": "../Dockerfile" } diff --git a/templates/ts-mcp-empty/.actor/actor.json b/templates/ts-mcp-empty/.actor/actor.json index 73f591a12..4647c5863 100644 --- a/templates/ts-mcp-empty/.actor/actor.json +++ b/templates/ts-mcp-empty/.actor/actor.json @@ -11,7 +11,7 @@ "templateId": "ts-mcp-empty", "generatedBy": "" }, - "input": { + "inputSchema": { "title": "Actor input schema", "description": "This is Actor input schema", "type": "object", diff --git a/templates/ts-mcp-proxy/.actor/actor.json b/templates/ts-mcp-proxy/.actor/actor.json index 429b14961..0355a4156 100644 --- a/templates/ts-mcp-proxy/.actor/actor.json +++ b/templates/ts-mcp-proxy/.actor/actor.json @@ -11,7 +11,7 @@ "templateId": "ts-mcp-proxy", "generatedBy": "" }, - "input": { + "inputSchema": { "title": "Actor input schema", "description": "This is Actor input schema", "type": "object", diff --git a/templates/ts-playwright-test-runner/.actor/actor.json b/templates/ts-playwright-test-runner/.actor/actor.json index 062d750cd..c550286a1 100644 --- a/templates/ts-playwright-test-runner/.actor/actor.json +++ b/templates/ts-playwright-test-runner/.actor/actor.json @@ -14,7 +14,7 @@ "dataset": "./dataset_schema.json", "keyValueStore": "./key_value_store_schema.json" }, - "output": "./output_schema.json", - "input": "./input_schema.json", + "outputSchema": "./output_schema.json", + "inputSchema": "./input_schema.json", "dockerfile": "../Dockerfile" } diff --git a/templates/ts-start-bun/.actor/actor.json b/templates/ts-start-bun/.actor/actor.json index 51f8cc46b..d01dc8c4f 100644 --- a/templates/ts-start-bun/.actor/actor.json +++ b/templates/ts-start-bun/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "ts-start-bun", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" }, diff --git a/templates/ts-start/.actor/actor.json b/templates/ts-start/.actor/actor.json index ca293d02f..0eff49ff3 100644 --- a/templates/ts-start/.actor/actor.json +++ b/templates/ts-start/.actor/actor.json @@ -9,8 +9,8 @@ "templateId": "ts-start", "generatedBy": "" }, - "input": "./input_schema.json", - "output": "./output_schema.json", + "inputSchema": "./input_schema.json", + "outputSchema": "./output_schema.json", "storages": { "dataset": "./dataset_schema.json" },