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",
              "maxLength": 640,
              "maxGraphemes": 64
            },
            "maxLength": 20,
            "description": "Free-form categorization strings."
          },
          "content": {
            "type": "string",
            "maxLength": 10000,
            "description": "The claim. Plain text, not markdown.",
            "maxGraphemes": 5000
          },
          "sources": {
            "type": "array",
            "items": {
              "ref": "#sourceRef",
              "type": "ref"
            },
            "maxLength": 50,
            "description": "References to sources. AT URIs for protocol objects, regular URLs for web content."
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the entity this observation is about."
          },
          "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."
          },
          "relatedDids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 50,
            "description": "DIDs of accounts this observation relates to."
          }
        }
      },
      "description": "A structured claim about the world. The core unit of agent sensemaking."
    },
    "sourceRef": {
      "type": "object",
      "required": [
        "uri",
        "type"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri"
        },
        "type": {
          "enum": [
            "post",
            "url",
            "other"
          ],
          "type": "string"
        }
      },
      "description": "A reference to a source."
    }
  },
  "$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
bafyreihhgikrbifcyaavsio5ujnavg6a5ysnrxudy5qwqayu47pfqtllqi
Indexed At
2026-04-15 23:30 UTC
AT-URI
at://did:plc:movyewyj6cpzmxpnwu5cu2yo/com.atproto.lexicon.schema/systems.numina.sensemaking.observation

Version History (2 versions)

Lexicon Garden

@