No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"membership",
"community",
"createdAt"
],
"properties": {
"community": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the social.colibri.community record"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"membership": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the user's social.colibri.membership record"
}
}
}
}