rougail/tests/dictionaries/80check_without_target/yml/00-base.yml
2022-11-02 22:52:50 +01:00

23 lines
416 B
YAML

version: '0.10'
variables:
- family:
name: general
variables:
- variable:
name: mode_conteneur_actif
type: string
description: No change
value:
- text: b
- variable:
name: int
type: number
description: No change
constraints:
- check:
- name: valid_entier
param:
- name: mini
text: '0'
- name: maxi
text: '100'