25 lines
307 B
JSON
25 lines
307 B
JSON
{
|
|
"enabled": true,
|
|
"items": [
|
|
{
|
|
"id": 1,
|
|
"name": "item1",
|
|
"value": 10
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "item2",
|
|
"value": 20
|
|
}
|
|
],
|
|
"name": "test-config",
|
|
"settings": {
|
|
"performance": {
|
|
"enabled": false,
|
|
"multiplier": 1
|
|
},
|
|
"retries": 3,
|
|
"timeout": 60
|
|
},
|
|
"version": "2.0.0"
|
|
} |