Durable household invite revocation authored by the inviter (ADR 82).
Properties
View raw schema
{
"type": "object",
"required": [
"inviteId",
"offerUri",
"inviteeDid",
"revokedAt",
"createdAt"
],
"properties": {
"inviteId": {
"type": "string"
},
"offerUri": {
"type": "string",
"format": "uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"revokedAt": {
"type": "string",
"format": "datetime"
},
"inviteeDid": {
"type": "string",
"format": "did"
}
},
"description": "Durable household invite revocation authored by the inviter (ADR 82)."
}