Skip to content

Commit

Permalink
tombstone set
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Nov 5, 2023
1 parent bd4de07 commit 06d2ac1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/_static/usecase/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ paths:
required:
- timestamp
- entries
- tombstones
properties:
timestamp:
type: integer
Expand All @@ -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:
Expand Down

0 comments on commit 06d2ac1

Please sign in to comment.