pub.quizzy.answer

quizzy.pub

{
  "id": "pub.quizzy.answer",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "question",
          "text",
          "certainty",
          "timestamp"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 1000,
            "description": "The answer text",
            "maxGraphemes": 100
          },
          "question": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the question being answered"
          },
          "certainty": {
            "type": "string",
            "description": "How certain the person is about this answer",
            "knownValues": [
              "deadCertain",
              "fairlySure",
              "educatedGuess",
              "wildGuess"
            ]
          },
          "timestamp": {
            "type": "string",
            "format": "datetime",
            "description": "When this answer was submitted"
          }
        }
      },
      "description": "A person's answer to a question"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.quizzy.answer

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2xdx57nwdfr6pxfucv5cm6lv
CID
bafyreidhgg6q3t6kogw3vjr5qaps4gd63vuzykwmnfsuzagdp2kje7wsjq
Indexed At
2026-01-29 03:59 UTC
AT-URI
at://did:plc:2xdx57nwdfr6pxfucv5cm6lv/com.atproto.lexicon.schema/pub.quizzy.answer

Lexicon Garden

@