mirror of https://github.com/MISP/misp-rfc
Correct `Object Reference`'s `relationship_type` attribute presence
Correct `Object Reference`'s `relationship_type` attribute presence by changing references from `referenced_type` to `relationship_type`.pull/44/head
parent
1b9206f486
commit
32863e6274
|
@ -925,7 +925,7 @@ referenced_type is represented as a JSON string. referenced_type **MAY** be pres
|
|||
|
||||
relationship_type represents the human-readable context of the relationship between an object and another object or attribute as described by the object_reference.
|
||||
|
||||
referenced_type is represented as a JSON string. relationship_type **MUST** be present.
|
||||
relationship_type is represented as a JSON string. relationship_type **MUST** be present.
|
||||
|
||||
#### comment
|
||||
|
||||
|
|
Loading…
Reference in New Issue