2021-05-21 11:50:40 +00:00
|
|
|
{
|
|
|
|
"value": "some value",
|
|
|
|
"section": {
|
|
|
|
"any": "thing"
|
|
|
|
},
|
2021-06-01 16:45:26 +00:00
|
|
|
|
2021-05-21 11:50:40 +00:00
|
|
|
"string_slice": {
|
|
|
|
"empty": [],
|
|
|
|
"filled": [
|
|
|
|
"string1",
|
|
|
|
"string2"
|
|
|
|
],
|
|
|
|
"incorrect": null
|
2021-05-21 12:50:24 +00:00
|
|
|
},
|
|
|
|
"string": {
|
|
|
|
"correct": "some string",
|
|
|
|
"incorrect": []
|
2021-06-01 11:04:00 +00:00
|
|
|
},
|
|
|
|
"duration": {
|
|
|
|
"correct": "15m",
|
|
|
|
"incorrect": "some string"
|
2021-06-01 16:45:26 +00:00
|
|
|
},
|
|
|
|
"number": {
|
|
|
|
"int_pos": 1,
|
|
|
|
"int_neg": -1,
|
|
|
|
"fract_pos": 2.5,
|
|
|
|
"fract_neg": -2.5,
|
|
|
|
"incorrect": "some string"
|
2021-05-21 11:50:40 +00:00
|
|
|
}
|
|
|
|
}
|