Skip to content

fix: validate all schemas in actor.json#1071

Draft
l2ysho wants to merge 9 commits intomasterfrom
1036-apify-validate-schema-should-validate-all-schemas-in-actorjson-not-just-input_schema
Draft

fix: validate all schemas in actor.json#1071
l2ysho wants to merge 9 commits intomasterfrom
1036-apify-validate-schema-should-validate-all-schemas-in-actorjson-not-just-input_schema

Conversation

@l2ysho
Copy link
Copy Markdown
Contributor

@l2ysho l2ysho commented Apr 2, 2026

example output

Info: Validating input schema at .actor/input_schema.json
Success: Input schema is valid.
Info: Validating Dataset schema at .actor/dataset_schema.json
Success: Dataset schema is valid.
Info: Validating Output schema at actor/output_schema.json
Success: Output schema is valid.
Info: Validating Key-Value Store schema at .actor/key_value_store_schema.json
Success: Key-Value Store schema is valid.

closes #1036

@github-actions github-actions bot added this to the 137th sprint - Tooling team milestone Apr 2, 2026
@github-actions github-actions bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Apr 2, 2026
@l2ysho l2ysho marked this pull request as ready for review April 2, 2026 13:49
@l2ysho l2ysho requested a review from vladfrangu as a code owner April 2, 2026 13:49
@l2ysho l2ysho marked this pull request as draft April 2, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'apify validate-schema' should validate all schemas in actor.json, not just input_schema

2 participants