24 lines
419 B
YAML
24 lines
419 B
YAML
version: '0.10'
|
|
variables:
|
|
- family:
|
|
- name: general
|
|
variables:
|
|
- variable:
|
|
- name: mode_conteneur_actif
|
|
type: string
|
|
description: No change
|
|
value:
|
|
- text: b
|
|
- name: int
|
|
type: number
|
|
description: No change
|
|
constraints:
|
|
- check:
|
|
- name: unknown
|
|
param:
|
|
- name: mini
|
|
text: 0
|
|
- name: maxi
|
|
text: 100
|
|
target:
|
|
- text: int
|