Record linking a resource to a collection.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"uri",
"collection",
"createdAt"
],
"properties": {
"uri": {
"type": "string",
"format": "uri",
"description": "The URI of the linked resource; a web URL or AT URI"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"collection": {
"type": "string",
"format": "at-uri",
"description": "The AT URI of the collection being linked to"
}
}
},
"description": "Record linking a resource to a collection."
}