Participation marker. Always written at rkey `self`.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when participation was recorded."
}
}
},
"description": "Participation marker. Always written at rkey `self`."
}