15 lines
187 B
JSON
15 lines
187 B
JSON
{
|
|
"Items": [
|
|
{
|
|
"Id": "Marao",
|
|
"TestPatched": 42,
|
|
"TestDefault": 100
|
|
},
|
|
{
|
|
"Id": "*",
|
|
"TestDefault": -20,
|
|
"TestGlobalPatch": 1
|
|
}
|
|
]
|
|
}
|