%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' ...