{
"id": "click.croft.inkwell.graph.appreciate",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "An appreciation of a poem. A richer signal than a generic 'like' — it expresses that a poem has meaningfully resonated with the reader. One appreciation record per subject per author (enforced by application logic)."
}