[feature] Validate INPUT.json against INPUT_SCHEMA.json when testing locally
remyoucef opened this issue · 1 comments
remyoucef commented
It would be super helpful to add a command to validate the INPUT.json file against the INPUT_SCHEMA.json file.
This will help us avoid doing input validation via code when testing the actor locally.
Also, It allows validating the input before calling the actor on the platform (apify call
).