app.askeverything.actor.analysis

askeverything.app

{
  "id": "app.askeverything.actor.analysis",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt"
        ],
        "properties": {
          "lang": {
            "type": "string",
            "format": "language",
            "description": "Language the analysis was generated in."
          },
          "text": {
            "type": "string",
            "maxLength": 100000,
            "minLength": 1,
            "description": "The analysis text. Supports Markdown.",
            "maxGraphemes": 10000
          },
          "model": {
            "type": "string",
            "maxLength": 100,
            "description": "Identifier of the model that generated the analysis."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sourceAnswerCount": {
            "type": "integer",
            "minimum": 0,
            "description": "Number of answers the analysis was generated from, so staleness can be detected."
          }
        }
      },
      "description": "An AI-generated analysis of this account's answers, written by the app on the user's explicit instruction. Analyses only exist when the user has enabled the feature and clicked generate; creating this record IS the act of publishing, and the generation UI must make clear that the result is public on the open network. Regeneration creates a new record; the app may delete superseded ones."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.askeverything.actor.analysis

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@