21 lines
352 B
JSON
21 lines
352 B
JSON
{
|
|
"title": "Test Scenario",
|
|
"description": "This is testing scenarios.",
|
|
"difficulty": "Beginner",
|
|
"time": "0",
|
|
"details": {
|
|
"steps": [],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "golang:1.14"
|
|
}
|
|
} |