tech.manos.twmirror.post

lexicon.store View official

Documentation

Sidecar record for mirrored Twitter posts. The rkey should match the bskyPost ref.

main record

Sidecar record for mirrored Twitter posts. The rkey should match the bskyPost ref.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Tweet timestamp (regardless of backdating setting).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "tweetId",
      "twUserId",
      "bskyPost",
      "createdAt"
    ],
    "properties": {
      "tweetId": {
        "ref": "tech.manos.twmirror.post#TwitterId",
        "type": "ref",
        "description": "ID of mirrored tweet."
      },
      "bskyPost": {
        "ref": "com.atproto.repo.strongRef#strongRef",
        "type": "ref",
        "description": "strongRef to mirrored post on Bluesky."
      },
      "twUserId": {
        "ref": "tech.manos.twmirror.post#TwitterId",
        "type": "ref",
        "description": "ID of the mirrored Twitter user."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Tweet timestamp (regardless of backdating setting)."
      }
    }
  },
  "description": "Sidecar record for mirrored Twitter posts. The rkey should match the bskyPost ref."
}
TwitterId string

No description available.

ConstraintsmaxLength: 20 bytes, minLength: 1 bytes
View raw schema
{
  "type": "string",
  "maxLength": 20,
  "minLength": 1
}

Lexicon Garden

@