Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt

Use this file to discover all available pages before exploring further.

Schema for argument constraints in WAAS policy rules. These constraints validate function arguments against specified conditions.
operator
string
required
Comparison operator for argument validation. See WaasPolicyConstraintCondition enum.Possible values: equal, notEqual, greater, less, greaterEqual, lessEqual
value
any
required
Reference value for comparison. The type depends on the argument being validated.
index
integer
required
Index of the function argument to validate (0-based). Must be greater than or equal to 0.