dev.fudgeu.experimental.atforumv1.feed.vote

fudgeu.bsky.social

Documentation

An initial post that starts a discussion

main record

An initial post that starts a discussion

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

root string at-uri Required

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

value integer Required

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "root",
      "createdAt",
      "value"
    ],
    "properties": {
      "root": {
        "type": "string",
        "format": "at-uri"
      },
      "value": {
        "enum": [
          -1,
          1
        ],
        "type": "integer"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "An initial post that starts a discussion"
}

Lexicon Garden

@