Correct `Object`'s `deleted` attribute

Correct `Object`'s `deleted` attribute by referencing to the `object` and not the `attribute`.
pull/41/head
Maxime Thiebaut 2022-02-05 19:21:54 +01:00 committed by GitHub
parent 1b9206f486
commit 0f5ae3ce82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ comment is represented by a JSON string. comment **MAY** be present.
#### 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.