app.askeverything.ama.question

askeverything.app

{
  "id": "app.askeverything.ama.question",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "text",
          "createdAt"
        ],
        "properties": {
          "lang": {
            "type": "string",
            "format": "language",
            "description": "Language of the question text."
          },
          "text": {
            "type": "string",
            "maxLength": 5000,
            "minLength": 1,
            "description": "The question text. If answered, the recipient's answer embeds a snapshot of this text; attribution of the asker is resolved live from the answer's reference, so deleting this record degrades attribution to '[deleted]' without hollowing out the answer.",
            "maxGraphemes": 500
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The DID of the account this question is directed at."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A signed question directed at a specific account (ask-me-anything style). Not pooled. This is public speech by the asker, equivalent in visibility and accountability to a mention: it is publicly readable from the moment it is created, whether or not the recipient ever answers. There are no anonymous directed questions. The recipient is never obligated to answer; nothing appears in the recipient's repo unless they choose to respond, and AppViews should only route asks to recipients who have asks enabled and have not blocked the asker."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.askeverything.ama.question

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:g7d3ia2ctyxputd3pjuccp2t
CID
bafyreibfwfdhjgnsjt3vk4nks2lk5saafaa25mutd25rxlhlswzcq4iida
Indexed At
2026-07-20 13:56 UTC
AT-URI
at://did:plc:g7d3ia2ctyxputd3pjuccp2t/com.atproto.lexicon.schema/app.askeverything.ama.question

Lexicon Garden

@