forked from TrueCloudLab/frostfs-node
922d29ff88
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
22 lines
No EOL
220 B
YAML
22 lines
No EOL
220 B
YAML
value: some value
|
|
|
|
section:
|
|
any: thing
|
|
|
|
string_slice:
|
|
empty: []
|
|
|
|
filled:
|
|
- string1
|
|
- string2
|
|
|
|
incorrect:
|
|
|
|
string:
|
|
correct: some string
|
|
|
|
incorrect: []
|
|
|
|
duration:
|
|
correct: 15m
|
|
incorrect: some string |