Record representing an AT Protocol record's inclusion on a collection.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"collection",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri",
"description": "The record which is included on the collection."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"collection": {
"type": "string",
"format": "at-uri",
"description": "Reference to the collection record (app.nblr.experimental.collection)."
}
}
},
"description": "Record representing an AT Protocol record's inclusion on a collection."
}