fyi.questionable.selectedAnswer

questionable.fyi

Documentation

Marks an answer as answering a given question

main record

Marks an answer as answering a given question

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this vote was originally created.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "questionRef",
      "answerRef",
      "createdAt"
    ],
    "properties": {
      "answerRef": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this vote was originally created."
      },
      "questionRef": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      }
    }
  },
  "description": "Marks an answer as answering a given question"
}

Lexicon Garden

@