mirror of https://github.com/MISP/misp-rfc
Merge pull request #43 from 0xThiebaut/patch-5
Correct `Object Reference`'s `object_id` attribute presencepull/47/head
commit
fc4a005632
|
@ -902,7 +902,7 @@ timestamp is represented as a JSON string. timestamp **MUST** be present.
|
||||||
object_id represents the human-readable identifier of the object that the object reference belongs to on a specific MISP instance. A human-readable identifier **MUST** be
|
object_id represents the human-readable identifier of the object that the object reference belongs to on a specific MISP instance. A human-readable identifier **MUST** be
|
||||||
represented as an unsigned integer.
|
represented as an unsigned integer.
|
||||||
|
|
||||||
event_id is represented as a JSON string. event_id **SHALL** be present.
|
object_id is represented as a JSON string. object_id **SHALL** be present.
|
||||||
|
|
||||||
#### event_id
|
#### event_id
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue