Add missing input/output/dataset schemas to all templates - #866
Open
patrikbraborec wants to merge 1 commit into
Open
Add missing input/output/dataset schemas to all templates#866patrikbraborec wants to merge 1 commit into
patrikbraborec wants to merge 1 commit into
Conversation
Several templates (empty, standby, bootstrap-cheerio-crawler, cli-start, python-scrapy, and the MCP server templates) were missing input, output, and/or dataset schemas. Adds empty schemas where the template has no input/output, and real schemas reflecting actual fields where it does, so every template is compliant with the Store schema requirement.
Contributor
|
some quick thoughts:
only 1. is probably blocker, 2 is nonblocking, just general discussion. |
l2ysho
reviewed
Jul 29, 2026
| "$schema": "https://apify.com/schemas/v1/output.ide.json", | ||
| "actorOutputSchemaVersion": 1, | ||
| "title": "Output schema", | ||
| "properties": {} |
Contributor
Contributor
There was a problem hiding this comment.
to be exact, we want to display Log tab instead Output tab?
Contributor
Author
Let's add it, please.
Yes, let's add it. |
Contributor
Author
|
There is also long discussion: https://apify.slack.com/archives/C07240BTLR0/p1784212106821249. I think we should wait before we decide on how to handle it. cc. @DaveHanns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
js-empty,ts-empty,python-empty,js-standby,ts-standby,python-standby,js-bootstrap-cheerio-crawler,ts-bootstrap-cheerio-crawler,cli-start,python-scrapy,python-mcp-empty,python-mcp-proxy,ts-mcp-empty,ts-mcp-proxy.inputSchema).cli-start(name/greeting), the bootstrap-cheerio-crawler templates andpython-scrapy(title/url).templates/now has an input schema, output schema, and a dataset or key-value-store schema.Closes #867