mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 14:00:14 -05:00
19 lines
186 B
JSON
19 lines
186 B
JSON
{
|
|
"columns": [
|
|
{
|
|
"name": "val",
|
|
"data_type": "int4"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"data_type": "int4"
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"col": 2,
|
|
"val": 1
|
|
}
|
|
]
|
|
}
|
|
|