{
"id": "net.anisota.feed.repost",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The subject of the repost."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this repost was created."
}
}
},
"description": "Record representing a 'repost' of an existing piece of content published in the Anisota feed. The target of the repost is the 'subject' of the record."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}