A confirmed book event for display purposes. Omits cryptographic fields (bookPub, bookSig) and book reference since it's shown in context of a book.
Properties
did
string
did
Required
The DID of the person who performed this event
event
string
Required
What event occurred
org.passingreads.book.checkin, org.passingreads.book.drop, org.passingreads.book.findhandle
string
handle
Optional
The handle of the person who performed this event
location
ref
community.lexicon.location.hthree#main
Required
Where this event occurred
occurredAt
string
datetime
Required
When this event occurred
uri
string
at-uri
Required
The AT URI of this event record
View raw schema
{
"type": "object",
"required": [
"uri",
"did",
"event",
"location",
"occurredAt"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID of the person who performed this event"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "The AT URI of this event record"
},
"event": {
"type": "string",
"description": "What event occurred",
"knownValues": [
"org.passingreads.book.checkin",
"org.passingreads.book.drop",
"org.passingreads.book.find"
]
},
"handle": {
"type": "string",
"format": "handle",
"description": "The handle of the person who performed this event"
},
"location": {
"ref": "community.lexicon.location.hthree#main",
"type": "ref",
"description": "Where this event occurred"
},
"occurredAt": {
"type": "string",
"format": "datetime",
"description": "When this event occurred"
}
},
"description": "A confirmed book event for display purposes. Omits cryptographic fields (bookPub, bookSig) and book reference since it's shown in context of a book."
}