13 lines
225 B
YAML
13 lines
225 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
var1:
|
|
description: first variable
|
|
validators:
|
|
- jinja: |
|
|
{% if _.var1 == "not valid2" %}
|
|
not valid2
|
|
{% endif %}
|
|
description: '"not valid2" is not allowed'
|
|
...
|