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