rougail-output-doc/tests/results/test_examples/24_7validators_variable_optional.md

4.9 KiB

Table of Contents

Variables

a family

basic

Variable                                                                                                   Description                                                                                               
general.int
number basic mandatory
A first number.
Validators:
- int and int2 must be different.
- int and int3 must be different.
Example: 5
general.int2
number standard mandatory
A second number.
Default: 1

Example with mandatory variables not filled in

---
general:
  int: 5

Example with all variables modifiable

---
general:
  int: 5
  int2: 1