so.sprk.story.defs

sprk.so

Documentation

interaction object

No description available.

Properties

event string Optional

No description available.

Known values: so.sprk.feed.defs#clickthroughItem, so.sprk.feed.defs#clickthroughAuthor, so.sprk.feed.defs#clickthroughReposter, so.sprk.feed.defs#clickthroughEmbed, so.sprk.feed.defs#interactionSeen, so.sprk.feed.defs#interactionLike, so.sprk.feed.defs#interactionRepost, so.sprk.feed.defs#interactionShare
item string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "properties": {
    "item": {
      "type": "string",
      "format": "at-uri"
    },
    "event": {
      "type": "string",
      "knownValues": [
        "so.sprk.feed.defs#clickthroughItem",
        "so.sprk.feed.defs#clickthroughAuthor",
        "so.sprk.feed.defs#clickthroughReposter",
        "so.sprk.feed.defs#clickthroughEmbed",
        "so.sprk.feed.defs#interactionSeen",
        "so.sprk.feed.defs#interactionLike",
        "so.sprk.feed.defs#interactionRepost",
        "so.sprk.feed.defs#interactionShare"
      ]
    }
  }
}
storiesByAuthor object

No description available.

Properties

stories array of ref#storyView Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "author",
    "stories"
  ],
  "properties": {
    "author": {
      "ref": "so.sprk.actor.defs#profileViewBasic",
      "type": "ref"
    },
    "stories": {
      "type": "array",
      "items": {
        "ref": "#storyView",
        "type": "ref"
      }
    }
  }
}
storyView object

No description available.

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

indexedAt string datetime Required

An RFC 3339 formatted timestamp.

record unknown Required

No description available.

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "cid",
    "author",
    "record",
    "indexedAt"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "media": {
      "refs": [
        "so.sprk.media.image#view",
        "so.sprk.media.video#view"
      ],
      "type": "union"
    },
    "author": {
      "ref": "so.sprk.actor.defs#profileViewBasic",
      "type": "ref"
    },
    "embeds": {
      "ref": "so.sprk.embed.defs#views",
      "type": "ref"
    },
    "record": {
      "type": "unknown"
    },
    "indexedAt": {
      "type": "string",
      "format": "datetime"
    }
  }
}

Lexicon Garden

@