fyi.questionable.question

questionable.fyi

{
  "id": "fyi.questionable.question",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "summary",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 10000,
            "minLength": 1,
            "description": "The full text of the question",
            "maxGraphemes": 10000
          },
          "answers": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "maxLength": 10,
            "description": "The answers selected by the author of the question as answering the question"
          },
          "context": {
            "refs": [
              "fyi.questionable.actor.profile"
            ],
            "type": "union",
            "closed": false
          },
          "summary": {
            "type": "string",
            "maxLength": 3000,
            "minLength": 1,
            "description": "A short summary of the question",
            "maxGraphemes": 300
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "languages": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3,
            "description": "Indicates human language of the primary text content."
          }
        }
      },
      "description": "A question asked on questionable.fyi"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fyi.questionable.question

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2tpqeou2twn2lvronqe2ipoi
CID
bafyreia2u7phrtgnokdom737fsutgudd2256tu5lrbs7gvhj24pnpshfdq
Indexed At
2026-01-10 11:59 UTC
AT-URI
at://did:plc:2tpqeou2twn2lvronqe2ipoi/com.atproto.lexicon.schema/fyi.questionable.question

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@