com.babesky.actor.featured

babesky.com

{
  "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
}

Validate Record

Validate a record against com.babesky.actor.featured

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qtapiembzpxlzsiagnc7eyy3
CID
bafyreihddryledbevomb5aqjavd636vhavgiys2nd4cwt45zi2ju66e5mq
Indexed At
2026-05-01 19:18 UTC
AT-URI
at://did:plc:qtapiembzpxlzsiagnc7eyy3/com.atproto.lexicon.schema/com.babesky.actor.featured

Version History (3 versions)

Lexicon Garden

@