{
"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
}