grafana/pkg/services/store/entity/sqlstash/testdata/simple.jsonc

147 lines
4.3 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name:
// Dimensions: 7 Fields by 4 Rows
// +----------------+----------------+----------------+---------------+---------------+---------------+--------------------------------------------------------------------------------+
// | Name: UID | Name: name | Name: slug | Name: depth | Name: left | Name: right | Name: tree |
// | Labels: | Labels: | Labels: | Labels: | Labels: | Labels: | Labels: |
// | Type: []string | Type: []string | Type: []string | Type: []int32 | Type: []int32 | Type: []int32 | Type: []json.RawMessage |
// +----------------+----------------+----------------+---------------+---------------+---------------+--------------------------------------------------------------------------------+
// | | Root | | 0 | 1 | 8 | [] |
// | A | A | /a/ | 1 | 2 | 5 | [{"uid":"A","name":"A","slug":"/a/"}] |
// | AA | AA | /a/aa/ | 2 | 3 | 4 | [{"uid":"A","name":"A","slug":"/a/"},{"uid":"AA","name":"AA","slug":"/a/aa/"}] |
// | B | B | /b/ | 1 | 6 | 7 | [{"uid":"B","name":"B","slug":"/b/"}] |
// +----------------+----------------+----------------+---------------+---------------+---------------+--------------------------------------------------------------------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"fields": [
{
"name": "UID",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "name",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "slug",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "depth",
"type": "number",
"typeInfo": {
"frame": "int32"
}
},
{
"name": "left",
"type": "number",
"typeInfo": {
"frame": "int32"
}
},
{
"name": "right",
"type": "number",
"typeInfo": {
"frame": "int32"
}
},
{
"name": "tree",
"type": "other",
"typeInfo": {
"frame": "json.RawMessage"
}
}
]
},
"data": {
"values": [
[
"",
"A",
"AA",
"B"
],
[
"Root",
"A",
"AA",
"B"
],
[
"",
"/a/",
"/a/aa/",
"/b/"
],
[
0,
1,
2,
1
],
[
1,
2,
3,
6
],
[
8,
5,
4,
7
],
[
[],
[
{
"uid": "A",
"name": "A",
"slug": "/a/"
}
],
[
{
"uid": "A",
"name": "A",
"slug": "/a/"
},
{
"uid": "AA",
"name": "AA",
"slug": "/a/aa/"
}
],
[
{
"uid": "B",
"name": "B",
"slug": "/b/"
}
]
]
]
}
}
]
}