rougail-output-formatter/tests/results/04_5validators/rougail/00-base.yml
2024-12-23 21:02:32 +01:00

12 lines
207 B
YAML

---
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