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