Skip to main content
NRAI uses Zod for runtime validation of addon properties. Zod provides a powerful schema validation system that helps ensure your addon receives valid inputs. To use Zod validation in your addon, 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.