9579bec720
* lexicons: update descriptions in com.atproto.* * lexicons: update descriptions in app.bsky.* * Apply suggestions from code review Thanks Emily! Co-authored-by: Emily Liu <emilyliu7321@gmail.com> * codegen description-only Lexicon updates --------- Co-authored-by: Emily Liu <emilyliu7321@gmail.com>
20 lines
491 B
JSON
20 lines
491 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.feed.repost",
|
|
"defs": {
|
|
"main": {
|
|
"description": "Record representing a 'repost' of an existing Bluesky post.",
|
|
"type": "record",
|
|
"key": "tid",
|
|
"record": {
|
|
"type": "object",
|
|
"required": ["subject", "createdAt"],
|
|
"properties": {
|
|
"subject": { "type": "ref", "ref": "com.atproto.repo.strongRef" },
|
|
"createdAt": { "type": "string", "format": "datetime" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|