Files
grafana/pkg/services/store/testdata/public_testdata.golden.jsonc
2023-07-13 09:34:40 +02:00

86 lines
2.0 KiB
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "type": "directory-listing",
// "typeVersion": [
// 0,
// 0
// ],
// "custom": {
// "HasMore": false
// }
// }
// Name:
// Dimensions: 3 Fields by 2 Rows
// +--------------------+----------------------+---------------+
// | Name: name | Name: mediaType | Name: size |
// | Labels: | Labels: | Labels: |
// | Type: []string | Type: []string | Type: []int64 |
// +--------------------+----------------------+---------------+
// | countries.geojson | application/geo+json | 255943 |
// | usa-states.geojson | application/geo+json | 89263 |
// +--------------------+----------------------+---------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"meta": {
"type": "directory-listing",
"typeVersion": [
0,
0
],
"custom": {
"HasMore": false
}
},
"fields": [
{
"name": "name",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "mediaType",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "size",
"type": "number",
"typeInfo": {
"frame": "int64"
},
"config": {
"unit": "bytes"
}
}
]
},
"data": {
"values": [
[
"countries.geojson",
"usa-states.geojson"
],
[
"application/geo+json",
"application/geo+json"
],
[
255943,
89263
]
]
}
}
]
}