mirror of https://github.com/MISP/misp-rfc
Correct `Object`'s `deleted` attribute
Correct `Object`'s `deleted` attribute by referencing to the `object` and not the `attribute`.pull/41/head
parent
1b9206f486
commit
0f5ae3ce82
|
@ -827,7 +827,7 @@ comment is represented by a JSON string. comment **MAY** be present.
|
||||||
|
|
||||||
#### deleted
|
#### deleted
|
||||||
|
|
||||||
deleted represents a setting that allows attributes to be revoked. Revoked attributes are not actionable and exist merely to inform other instances of a revocation.
|
deleted represents a setting that allows objects to be revoked. Revoked objects are not actionable and exist merely to inform other instances of a revocation.
|
||||||
|
|
||||||
deleted is represented by a JSON boolean. deleted **MUST** be present.
|
deleted is represented by a JSON boolean. deleted **MUST** be present.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue