An appreciation of a `site.standard.document` poem record.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Timestamp of the appreciation.
subject
ref
com.atproto.repo.strongRef
Required
Strong reference (uri + cid) to the `site.standard.document` record being appreciated. Using a strong ref ensures the appreciation is tied to a specific version of the poem.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference (uri + cid) to the `site.standard.document` record being appreciated. Using a strong ref ensures the appreciation is tied to a specific version of the poem."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of the appreciation."
}
}
},
"description": "An appreciation of a `site.standard.document` poem record."
}