calls relationship type added

pull/26/merge
Alexandre Dulaunoy 2017-08-26 21:50:00 +02:00
parent 2b913c848d
commit afa08ffb4b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": 6, "version": 7,
"values": [ "values": [
{ {
"name": "derived-from", "name": "derived-from",
@ -178,6 +178,13 @@
"format": [ "format": [
"misp" "misp"
] ]
},
{
"name": "calls",
"descriptipn": "This relationship describes an object which calls another objects.",
"format": [
"misp"
]
} }
], ],
"description": "Default type of relationships in MISP objects.", "description": "Default type of relationships in MISP objects.",