app.askeverything.pool.submission

askeverything.app

{
  "id": "app.askeverything.pool.submission",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "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 as submitted.",
            "maxGraphemes": 500
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "An authorship receipt: this account contributed this question text to the communal pool. Lives in the submitter's own repo as their portable proof of contribution. Creating this record grants the pool an irrevocable license to the question text (including its embedding as a snapshot inside answer records). Deleting this record revokes attribution: the steward anonymizes the corresponding pool question, but the text remains in the pool so that other people's answers keep making sense."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.askeverything.pool.submission

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@