{
"id": "is.currents.graph.favourite",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the collection record being favourited. Indexed by URI; the CID is informational and may go stale as the collection is edited."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A favourite of another account's collection, so the viewer can revisit it and follow what gets added."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}