From 06d2ac146a25fd15b17e0787b4ae0f811febd6fe Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Sun, 5 Nov 2023 14:10:59 +0100 Subject: [PATCH] tombstone set --- docs/_static/usecase/v1.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/_static/usecase/v1.yaml b/docs/_static/usecase/v1.yaml index 9754a81166..4e26e58647 100644 --- a/docs/_static/usecase/v1.yaml +++ b/docs/_static/usecase/v1.yaml @@ -43,6 +43,7 @@ paths: required: - timestamp - entries + - tombstones properties: timestamp: type: integer @@ -51,6 +52,14 @@ paths: type: array items: $ref: "#/components/schemas/VerifiablePresentation" + tombstones: + description: | + List of timestamps of entries that were removed from the list. + The client should remove these entries from its local copy of the list. + type: array + items: + type: integer + description: Timestamp of the entry that was removed from the list. default: $ref: "../common/error_response.yaml" post: