A request to join a wiki.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"wikiRef",
"createdAt"
],
"properties": {
"wikiRef": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the wiki the user wants to join."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the request was made."
}
}
},
"description": "A request to join a wiki."
}