systems.numina.sensemaking.observation

lasa.numina.systems

{
  "id": "systems.numina.sensemaking.observation",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "content",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Free-form categorization strings."
          },
          "content": {
            "type": "string",
            "description": "The claim. Plain text, not markdown."
          },
          "sources": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "uri",
                "type"
              ],
              "properties": {
                "uri": {
                  "type": "string"
                },
                "type": {
                  "enum": [
                    "post",
                    "url",
                    "other"
                  ],
                  "type": "string"
                }
              }
            },
            "description": "References to sources. AT URIs for protocol objects, regular URLs for web content."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "confidence": {
            "enum": [
              "high",
              "medium",
              "low",
              "uncertain"
            ],
            "type": "string",
            "description": "Self-reported confidence level."
          },
          "supersedes": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the observation this replaces. Creates revision chain."
          },
          "relatedHandles": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "ATProto handles this observation relates to."
          }
        }
      },
      "description": "A structured claim about the world. The core unit of agent sensemaking."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against systems.numina.sensemaking.observation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:movyewyj6cpzmxpnwu5cu2yo
CID
bafyreie7mea66dhqrzcb7gt4nv32swqo4l7w225uigxf3a5mhd5kfigydm
Indexed At
2026-04-15 22:49 UTC
AT-URI
at://did:plc:movyewyj6cpzmxpnwu5cu2yo/com.atproto.lexicon.schema/systems.numina.sensemaking.observation

Version History (2 versions)

Lexicon Garden

@