mirror of https://github.com/MISP/misp-rfc
Correct `Object Reference`'s `object_id` attribute presence
Correct `Object Reference`'s `object_id` attribute presence by changing references from `event_id` to `object_id`.pull/43/head
parent
1b9206f486
commit
e1d316987a
|
@ -900,7 +900,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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue