pull/218/head
parent
9143d657db
commit
929b5cb429
|
@ -2,7 +2,9 @@
|
||||||
"namespace": "interactive-cyber-training-training-environment",
|
"namespace": "interactive-cyber-training-training-environment",
|
||||||
"description": "The training environment details the environment around the training, consisting of training type and scenario.",
|
"description": "The training environment details the environment around the training, consisting of training type and scenario.",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"refs": ["https://arxiv.org/abs/2101.05538"],
|
"refs": [
|
||||||
|
"https://arxiv.org/abs/2101.05538"
|
||||||
|
],
|
||||||
"expanded": "Interactive Cyber Training - Training Environment",
|
"expanded": "Interactive Cyber Training - Training Environment",
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
|
@ -14,7 +16,7 @@
|
||||||
"value": "scenario",
|
"value": "scenario",
|
||||||
"expanded": "Scenario",
|
"expanded": "Scenario",
|
||||||
"description": "The scenario is a main component of cybersecurity training. Scenarios are needed to reach the goal of the training."
|
"description": "The scenario is a main component of cybersecurity training. Scenarios are needed to reach the goal of the training."
|
||||||
}x
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
|
@ -103,8 +105,7 @@
|
||||||
{
|
{
|
||||||
"value": "problem-driven",
|
"value": "problem-driven",
|
||||||
"expanded": "Style: Problem-Driven",
|
"expanded": "Style: Problem-Driven",
|
||||||
"description": "Describes the challenge within the training as Problem-driven.
|
"description": "Describes the challenge within the training as Problem-driven."
|
||||||
"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "storyline-driven",
|
"value": "storyline-driven",
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"namespace": "interactive-cyber-training-training-setup",
|
"namespace": "interactive-cyber-training-training-setup",
|
||||||
"description": "The training setup further describes the training itself with the scoring, roles,
|
"description": "The training setup further describes the training itself with the scoring, roles, the training mode as well as the customization level.",
|
||||||
the training mode as well as the customization level.",
|
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"refs": ["https://arxiv.org/abs/2101.05538"],
|
"refs": [
|
||||||
|
"https://arxiv.org/abs/2101.05538"
|
||||||
|
],
|
||||||
"expanded": "Interactive Cyber Training - Training Setup",
|
"expanded": "Interactive Cyber Training - Training Setup",
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue