21 lines
364 B
YAML
21 lines
364 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_lower
|
||
|
target:
|
||
|
- text: int
|