fyi.questionable.question

questionable.fyi

{
  "id": "fyi.questionable.question",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "summary",
          "content",
          "createdAt"
        ],
        "properties": {
          "content": {
            "ref": "fyi.questionable.richtext.content",
            "type": "ref"
          },
          "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."
          },
          "contextRef": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Indicates the context in which this question was asked. Currently only fyi.questionable.actor.profile"
          }
        }
      },
      "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
bafyreidkxgfsgmkdzagqgbtg2dvwbfkat5go67vhvno2fx6gkddazguooq
Indexed At
2026-02-13 13:54 UTC
AT-URI
at://did:plc:2tpqeou2twn2lvronqe2ipoi/com.atproto.lexicon.schema/fyi.questionable.question

Referenced Schemas (1)

Lexicon Garden

@