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": {
              "ref": "#featuredPost",
              "type": "ref"
            },
            "maxLength": 8
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Featured posts record for the Babesky creator portfolio. An ordered selection of the creator's own posts (max 8) displayed as a curated preview reel in Atmosphere apps. Consumed alongside com.babesky.actor.profile, com.babesky.actor.links, and com.babesky.actor.support."
    },
    "featuredPost": {
      "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."
        }
      }
    }
  },
  "$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
bafyreiflvh6753fhoi3tnvzyq2ulyavjwhlm3k3pbhbosorrmpmucqkjm4
Indexed At
2026-05-03 02:00 UTC
AT-URI
at://did:plc:qtapiembzpxlzsiagnc7eyy3/com.atproto.lexicon.schema/com.babesky.actor.featured

Version History (3 versions)

Lexicon Garden

@