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

12 lines
207 B
YAML
Raw Normal View History

2025-03-02 16:18:24 +01:00
---
version: '1.1'
int:
description: A number
type: number
validators:
- jinja: |
{% if _.int > 100 %}
value is too high
{% endif %}
description: the max value is 100