chg: [relationships] fixed `hosted-by` opposite

pull/347/head
Alexandre Dulaunoy 2022-02-14 11:51:13 +01:00
parent 2001eb35c2
commit ed01e38ec2
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 1 deletions

View File

@ -469,6 +469,14 @@
"name": "hosts",
"opposite": "hosted-by"
},
{
"description": "This relatiobship describes an object hosted by another object.",
"format": [
"stix-2.1"
],
"name": "hosted-by",
"opposite": "hosts"
},
{
"description": "This relationship describes an object which consists of one or more object(s).",
"format": [
@ -1316,5 +1324,5 @@
"name": "ambivalient-of"
}
],
"version": 30
"version": 31
}