Simplify the mapping

KISS KISS KISS principle
pull/31/head
Alexandre Dulaunoy 2016-08-12 08:46:40 +02:00
parent 4f1b78cd8b
commit 5e6e049275
1 changed files with 5 additions and 13 deletions

View File

@ -1,15 +1,7 @@
{
"predicate_in": "elementOneOf",
"cluster_url": "https://www.github.com/MISP/misp-galaxy/cluster/threat-actor.json",
"default_predicate_value": "value",
"default_predicate_value_in": "values",
"elements_url" : "https://www.github.com/MISP/misp-galaxy/elements/",
"exceptions": [
{
"predicate": "adversary-groups",
"value": "group",
"value_in": "details"
}
]
"elements_url": "https://www.github.com/MISP/misp-galaxy/elements/",
"default_predicate_value_in": "values",
"default_predicate_value": "value",
"cluster_url": "https://www.github.com/MISP/misp-galaxy/cluster/threat-actor.json",
"predicate_in": "elementOneOf"
}