32
arkbox.resource.json
Normal file
32
arkbox.resource.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"schema": "arkbox.resources.project.v1",
|
||||||
|
"project": {
|
||||||
|
"id": "training-videos",
|
||||||
|
"title": "Training Videos",
|
||||||
|
"repo": "arkbox-training-videos"
|
||||||
|
},
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"tag": "v2026.01",
|
||||||
|
"released_at": "2026-01-10",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"id": "training-videos.demo",
|
||||||
|
"name": "Training Videos Demo",
|
||||||
|
"type": "video",
|
||||||
|
"lang": "en",
|
||||||
|
"path": "resources/v2026.01/en/trainingdemo.mp4",
|
||||||
|
"thumbnail": "resources/v2026.01/en/cover.jpeg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "training-videos.demo2",
|
||||||
|
"name": "Training Videos Demo2",
|
||||||
|
"type": "video",
|
||||||
|
"lang": "hi",
|
||||||
|
"path": "resources/v2026.01/hi/trainingdemo2.mp4",
|
||||||
|
"thumbnail": "resources/v2026.01/hi/cover.jpeg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user