Actor Input Schema Preflight — Store Test Readiness
Pricing
from $5.00 / 1,000 preflight reports
Actor Input Schema Preflight — Store Test Readiness
Detect missing or invalid prefills that can break Apify automated Store tests before publishing.
Pricing
from $5.00 / 1,000 preflight reports
Rating
0.0
(0)
Developer
BRAINIALL Team
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Check an Apify Actor input schema before publishing. The report focuses on a
specific failure mode that can put an otherwise working Actor under maintenance:
required fields that Apify's automated Store test cannot populate from
prefill values.
What it checks
- the input-schema root and property map;
- required fields that are missing from
properties; - missing required-field
prefillvalues; - prefill type and enum mismatches;
- optional
actor.jsonexampleRunInput.bodycoverage; - deterministic test input generated from valid prefills.
The Actor returns one bounded report. It does not read your Actor source, token, environment variables, datasets, logs, or private Store configuration. Do not paste credentials or real customer data into either JSON field.
Quick start
{"inputSchemaText": "{\"title\":\"Example input\",\"type\":\"object\",\"schemaVersion\":1,\"required\":[\"url\"],\"properties\":{\"url\":{\"type\":\"string\",\"prefill\":\"https://example.com\"}}}"}
Interpreting the report
FAILmeans a static schema defect can prevent deterministic automated-test input.REVIEWmeans static checks passed but runtime success still needs proof.automatedTestReadycovers only the statically testable input contract.
Apify's runtime test remains the authority: run recommendedTestInput, require
status SUCCEEDED, a non-empty default dataset, and completion within five
minutes. This Actor cannot prove runtime output, proxy behavior, upstream
availability, permissions, pricing, or final Store quality score.
Pricing
The configured Store price is US$0.005 per report. Apify may also show a platform start charge. Always check the live Pricing tab before running.
Privacy and security
- Input is parsed in memory and is not logged.
- Unknown top-level fields and oversized JSON are rejected.
- Findings contain field names, not pasted schema values.
- No network request is made by the preflight logic.
- The dataset contains only the report, generated test input, attribution label, and evaluation timestamp.
Support
Open an Actor issue with the run ID and finding codes. Do not include an Apify token, secret schema values, private datasets, or customer records.