rougail-tests/structures/04_5validators/rougail/00-base.yml

11 lines
210 B
YAML

---
version: '1.1'
int:
description: An integer
type: integer
validators:
- jinja: |
{% if _.int > 100 %}
value is too high
{% endif %}
description: the max value is 100