A share entry that represents another AT record with a derived asset.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
manifest
ref
dev.nekono.skyshare.defs#manifest
Required
Reference to the manifest definition.
source
ref
com.atproto.repo.strongRef
Required
Reference to the original AT record this entry is derived from.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"source",
"manifest",
"createdAt"
],
"properties": {
"source": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Reference to the original AT record this entry is derived from."
},
"manifest": {
"ref": "dev.nekono.skyshare.defs#manifest",
"type": "ref",
"description": "Reference to the manifest definition."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A share entry that represents another AT record with a derived asset."
}