Skip to main content
Activepieces uses Zod for runtime validation of piece properties. Zod provides a powerful schema validation system that helps ensure your piece receives valid inputs. To use Zod validation in your piece, first import the validation helper and Zod:
Please make sure the minimumSupportedRelease is set to at least 0.36.1 for the validation to work.