[fix] Bump version of navigator json to 3.0 + fix booleans

This commit is contained in:
William Wernert
2020-11-06 08:52:36 -05:00
parent d2ea197ce0
commit 6b2ab67c58

View File

@@ -1,6 +1,6 @@
{ {
"name": "Playbook", "name": "Playbook",
"version": "2.2", "version": "3.0",
"domain": "mitre-enterprise", "domain": "mitre-enterprise",
"description": "Current Coverage of Playbook", "description": "Current Coverage of Playbook",
"filters": { "filters": {
@@ -13,16 +13,15 @@
}, },
"sorting": 0, "sorting": 0,
"viewMode": 0, "viewMode": 0,
"hideDisabled": "false", "hideDisabled": false,
"techniques": [{ "techniques": [],
}],
"gradient": { "gradient": {
"colors": ["#ff6666", "#ffe766", "#8ec843"], "colors": ["#ff6666", "#ffe766", "#8ec843"],
"minValue": 0, "minValue": 0,
"maxValue": 100 "maxValue": 100
}, },
"metadata": [], "metadata": [],
"showTacticRowBackground": "false", "showTacticRowBackground": false,
"tacticRowBackground": "#dddddd", "tacticRowBackground": "#dddddd",
"selectTechniquesAcrossTactics": "true" "selectTechniquesAcrossTactics": true
} }