conditionals - zaproxy/zest GitHub Wiki
Zest Conditionals are a generic term for statements that provide IF / THEN / ELSE functionality.
All conditional statements test for a particular condition and provide 2 alternate paths.
Each path may contain zero or more statements, and these can include conditionals to any depth.
The following elements are all conditional:
Conditionals are essentially abstract and so do not have a JSON representation.- Zest Core for details about Zest