{
"id": "com.babesky.actor.featured",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"posts",
"createdAt"
],
"properties": {
"posts": {
"type": "array",
"items": {
"type": "object",
"required": [
"uri"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the post record at time of featuring. Used to detect if the post has been deleted or edited."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of an app.bsky.feed.post in the same actor's repository."
}
}
},
"maxLength": 8
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "An ordered list of the creator's own posts selected as a curated preview reel. Posts must belong to the same actor's repository."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}