19 lines
269 B
JSON
19 lines
269 B
JSON
{
|
|
"tables": [
|
|
{
|
|
"name": "PrimaryResult",
|
|
"columns": [
|
|
{
|
|
"name": "OperationName",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "Level",
|
|
"type": "string"
|
|
}
|
|
],
|
|
"rows": []
|
|
}
|
|
]
|
|
}
|
|
|