29 lines
486 B
JSON
29 lines
486 B
JSON
{
|
|
"apiVersion": "0.1.0",
|
|
"kind": "Package",
|
|
"meta": {
|
|
"pkgName": "pkg_name",
|
|
"pkgVersion": "1",
|
|
"description": "pack description"
|
|
},
|
|
"spec": {
|
|
"resources": [
|
|
{
|
|
"kind": "Label",
|
|
"name": "label_1"
|
|
},
|
|
{
|
|
"kind": "Dashboard",
|
|
"name": "dash_1",
|
|
"description": "desc1",
|
|
"associations": [
|
|
{
|
|
"kind": "Label",
|
|
"name": "label_1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|