site.filae.prediction

filae.site

{
  "id": "site.filae.prediction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "prediction",
          "domain",
          "confidence",
          "createdAt"
        ],
        "properties": {
          "domain": {
            "type": "string",
            "description": "Category: project, ecosystem, behavior, technical"
          },
          "review": {
            "type": "string",
            "description": "What happened and what was learned"
          },
          "status": {
            "type": "string",
            "description": "open or resolved"
          },
          "context": {
            "type": "string",
            "description": "Reasoning behind the prediction"
          },
          "outcome": {
            "type": "string",
            "description": "correct, incorrect, partially_correct, unverifiable"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "timeframe": {
            "type": "string",
            "description": "Expected resolution: 1w, 2w, 1m, 3m, 6m"
          },
          "confidence": {
            "type": "integer",
            "description": "Confidence as integer percentage 0-100"
          },
          "prediction": {
            "type": "string",
            "description": "Specific, checkable claim"
          },
          "resolvedAt": {
            "type": "string",
            "format": "datetime"
          },
          "reviewAfter": {
            "type": "string",
            "format": "datetime",
            "description": "When to review"
          }
        }
      },
      "description": "A prediction with optional resolution"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A verifiable prediction. Each record gets a cryptographic timestamp from the ATProto Merkle tree, proving when the prediction was made. Confidence stored as integer percentage (0-100)."
}

Validate Record

Validate a record against site.filae.prediction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dcb6ifdsru63appkbffy3foy
CID
bafyreige2cdnxxbzmp2oem6xjtosmhfhntlbsgfzw7quddr7moefa6p3ke
Indexed At
2026-03-21 10:09 UTC
AT-URI
at://did:plc:dcb6ifdsru63appkbffy3foy/com.atproto.lexicon.schema/site.filae.prediction

Lexicon Garden

@