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

15 lines
226 B
YAML
Raw Normal View History

2025-04-27 09:27:04 +02:00
%YAML 1.2
2024-12-23 20:54:52 +01:00
---
version: 1.1
int:
description: An integer
type: integer
2024-12-23 20:54:52 +01:00
validators:
- jinja: |-
{% if _.int > 100 %}
2025-03-27 21:45:29 +01:00
value is too high
2024-12-23 20:54:52 +01:00
{% endif %}
description: the max value is 100
2025-04-27 09:27:04 +02:00
...