Skip to content

Commit

Permalink
add returning account unsubscribe event
Browse files Browse the repository at this point in the history
  • Loading branch information
etinquis committed Jan 10, 2024
1 parent ae11342 commit e63ecc1
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$id": "https://data.landsofhope.com/schemas/v1/events/accounts/returning/returning-account-unsubscribe.json",
"title": "ReturningAccountUnsubscribeEvent",
"type": "object",
"additionalProperties": false,
"properties": {
"$type": {
"const": "/v1/events/accounts/returning/returning-account-unsubscribe"
},
"token": {
"$ref": "/schemas/v1/accounts/returning/returning-account-token.json"
}
},
"required": [
"$type",
"token"
]
}

0 comments on commit e63ecc1

Please sign in to comment.