fix: Reorder entries to make tests happy
parent
7222d44107
commit
9ffbde8510
|
@ -1,31 +1,31 @@
|
||||||
{
|
{
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"expanded": "Target Sub Systems",
|
"expanded": "Target",
|
||||||
"value": "target-sub-systems"
|
"value": "target"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"expanded": "Target systems",
|
"expanded": "Target systems",
|
||||||
"value": "target-systems"
|
"value": "target-systems"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"expanded": "Target Sub Systems",
|
||||||
|
"value": "target-sub-systems"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "impact",
|
"value": "impact",
|
||||||
"expanded": "Impact",
|
"expanded": "Impact",
|
||||||
"exclusive": true
|
"exclusive": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"expanded": "Target",
|
"value": "likelihood",
|
||||||
"value": "target"
|
"expanded": "Likelihood",
|
||||||
|
"exclusive": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"expanded": "Mission Critical",
|
"expanded": "Mission Critical",
|
||||||
"value": "mission-critical"
|
"value": "mission-critical"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"value": "likelihood",
|
|
||||||
"expanded": "Likelihood",
|
|
||||||
"exclusive": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"value": "certainty",
|
"value": "certainty",
|
||||||
"expanded": "Certainty",
|
"expanded": "Certainty",
|
||||||
|
|
|
@ -8,6 +8,21 @@
|
||||||
"expanded": "Sectors impacted",
|
"expanded": "Sectors impacted",
|
||||||
"description": "The impact on services, in the real world, indicating the sectors of the society and economy, where there is an impact on the services."
|
"description": "The impact on services, in the real world, indicating the sectors of the society and economy, where there is an impact on the services."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "impact-subsectors-impacted",
|
||||||
|
"expanded": "Impact subsectors impacted",
|
||||||
|
"description": "Impact subsectors impacted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "important-entities",
|
||||||
|
"expanded": "Important entities",
|
||||||
|
"description": "Important entities"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "impact-subsectors-important-entities",
|
||||||
|
"expanded": "Impact subsectors important entities",
|
||||||
|
"description": "Impact subsectors important entities"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "impact-severity",
|
"value": "impact-severity",
|
||||||
"expanded": "Severity of the impact",
|
"expanded": "Severity of the impact",
|
||||||
|
@ -36,21 +51,6 @@
|
||||||
"value": "test",
|
"value": "test",
|
||||||
"expanded": "Test",
|
"expanded": "Test",
|
||||||
"description": "A test predicate meant to test interoperability between tools. Tags contained within this predicate are to be ignored."
|
"description": "A test predicate meant to test interoperability between tools. Tags contained within this predicate are to be ignored."
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "impact-subsectors-important-entities",
|
|
||||||
"expanded": "Impact subsectors important entities",
|
|
||||||
"description": "Impact subsectors important entities"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "important-entities",
|
|
||||||
"expanded": "Important entities",
|
|
||||||
"description": "Important entities"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "impact-subsectors-impacted",
|
|
||||||
"expanded": "Impact subsectors impacted",
|
|
||||||
"description": "Impact subsectors impacted"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
|
|
Loading…
Reference in New Issue