so.sprk.story.post

sprk.so

Documentation

Record containing a Spark story.

main record

Record containing a Spark story.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this story was originally created.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt",
      "media"
    ],
    "properties": {
      "media": {
        "refs": [
          "so.sprk.media.image",
          "so.sprk.media.video"
        ],
        "type": "union"
      },
      "sound": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "embeds": {
        "ref": "so.sprk.embed.defs#embeds",
        "type": "ref"
      },
      "labels": {
        "refs": [
          "com.atproto.label.defs#selfLabels"
        ],
        "type": "union",
        "description": "Self-label values for this story. Effectively content warnings."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this story was originally created."
      }
    }
  },
  "description": "Record containing a Spark story."
}

Lexicon Garden

@