blue.morgen.feed.share

morgen.blue

Documentation

A shared feed item. Broadcasts 'I like this' with optional commentary.

main record

A shared feed item. Broadcasts 'I like this' with optional commentary.

Record Key tid Timestamp-based ID

Properties

comment string Optional

User's commentary on the share.

maxLength: 30000 bytesmaxGraphemes: 3000 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

facets array of ref app.bsky.richtext.facet Optional

Rich-text annotations (mentions, links, tags) over `comment`.

feedUrl string uri Optional

URL of the source feed (optional provenance).

maxLength: 2048 bytes
itemUrl string uri Required

URL of the shared item.

maxLength: 2048 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "itemUrl",
      "createdAt"
    ],
    "properties": {
      "facets": {
        "type": "array",
        "items": {
          "ref": "app.bsky.richtext.facet",
          "type": "ref"
        },
        "description": "Rich-text annotations (mentions, links, tags) over `comment`."
      },
      "comment": {
        "type": "string",
        "maxLength": 30000,
        "description": "User's commentary on the share.",
        "maxGraphemes": 3000
      },
      "feedUrl": {
        "type": "string",
        "format": "uri",
        "maxLength": 2048,
        "description": "URL of the source feed (optional provenance)."
      },
      "itemUrl": {
        "type": "string",
        "format": "uri",
        "maxLength": 2048,
        "description": "URL of the shared item."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A shared feed item. Broadcasts 'I like this' with optional commentary."
}

Lexicon Garden

@