The value must be less than or equal to a given value or another field's value.
"Validators": [{ "Type": "lte" }]{{ lte_validator }}
— the typed object a template reads for this rule.
date, datetime, select, textAccepted in addition to the shared properties every definition carries.
| Property | Required | Description |
|---|---|---|
Message |
— | Text shown when the value fails this check. |
Value |
— | The value compared against. |
FieldID |
— | Names a sibling field to compare against instead of Value. |