so.sprk.story.defs

sprk.so

{
  "id": "so.sprk.story.defs",
  "defs": {
    "storyView": {
      "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"
        }
      }
    },
    "interaction": {
      "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": {
      "type": "object",
      "required": [
        "author",
        "stories"
      ],
      "properties": {
        "author": {
          "ref": "so.sprk.actor.defs#profileViewBasic",
          "type": "ref"
        },
        "stories": {
          "type": "array",
          "items": {
            "ref": "#storyView",
            "type": "ref"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against so.sprk.story.defs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cveom2iroj3mt747sd4qqnr2
CID
bafyreihtgn667grwlv3vrszk32mpqverdb3h222fcnegu5aterohtszjve
Indexed At
2026-04-21 22:28 UTC
AT-URI
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/so.sprk.story.defs

Referenced Schemas (4)

Lexicon Garden

@