forked from TrueCloudLab/frostfs-node
cbe3e0a271
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
18 lines
170 B
YAML
18 lines
170 B
YAML
value: some value
|
|
|
|
section:
|
|
any: thing
|
|
|
|
string_slice:
|
|
empty: []
|
|
|
|
filled:
|
|
- string1
|
|
- string2
|
|
|
|
incorrect:
|
|
|
|
string:
|
|
correct: some string
|
|
|
|
incorrect: []
|