com.babesky.actor.featured

babesky.com

Documentation

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.

main record

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.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

posts array of ref #featuredPost Required

No description available.

maxLength: 8 items
View raw schema
{
  "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 object

No description available.

Properties

cid string cid Optional

CID of the post record at time of featuring. Used to detect if the post has been deleted or edited.

uri string at-uri Required

AT URI of an app.bsky.feed.post in the same actor's repository.

View raw schema
{
  "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."
    }
  }
}

Lexicon Garden

@