rougail-output-formatter/tests/results/04_5validators/rougail/00-base.yml

14 lines
223 B
YAML

%YAML 1.2
---
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
...