2022-11-02 22:52:50 +01:00
|
|
|
version: '0.10'
|
|
|
|
variables:
|
|
|
|
- variable:
|
2022-11-10 19:09:19 +01:00
|
|
|
- name: my_variable
|
2022-11-02 22:52:50 +01:00
|
|
|
constraints:
|
|
|
|
- check:
|
|
|
|
- name: valid_entier
|
|
|
|
param:
|
|
|
|
- name: mini
|
|
|
|
type: number
|
2022-11-04 19:42:16 +01:00
|
|
|
text: 0
|
2022-11-02 22:52:50 +01:00
|
|
|
- name: maxi
|
|
|
|
type: number
|
2022-11-04 19:42:16 +01:00
|
|
|
text: 100
|
2022-11-02 22:52:50 +01:00
|
|
|
target:
|
2022-11-03 22:16:52 +01:00
|
|
|
- optional: true
|
2022-11-02 22:52:50 +01:00
|
|
|
text: int
|