chg: [relationships] new relationship added is-author-of - fix #183

pull/204/head
Alexandre Dulaunoy 2019-08-22 11:25:37 +02:00
parent 81c37aff51
commit 56dddf2f9f
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": 15,
"version": 16,
"values": [
{
"name": "derived-from",
@ -243,6 +243,13 @@
"misp"
]
},
{
"name": "is-author-of",
"description": "This relationship describes an object being author by someone.",
"format": [
"misp"
]
},
{
"name": "located",
"description": "This relationship describes the location (of any type) of a specific object.",