org.latha.island.entity

nandi.uk

{
  "id": "org.latha.island.entity",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "entityType",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "description": "Display name of the entity.",
            "maxGraphemes": 200
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxGraphemes": 100
            },
            "maxLength": 20,
            "description": "Freeform tags describing the entity."
          },
          "aliases": {
            "type": "array",
            "items": {
              "type": "string",
              "maxGraphemes": 200
            },
            "maxLength": 10,
            "description": "Alternative names or handles for the entity."
          },
          "carryDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the corresponding carry entity, linking this record to the structured claims layer."
          },
          "homepage": {
            "type": "string",
            "format": "uri",
            "description": "Primary URL for the entity (personal site, org page, etc.)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this entity was first tracked in Strata."
          },
          "vaultPath": {
            "type": "string",
            "description": "Relative path to the corresponding note in the Obsidian vault (e.g. 'people/Alice Smith.md').",
            "maxGraphemes": 500
          },
          "entityType": {
            "enum": [
              "org.latha.island.defs#person",
              "org.latha.island.defs#org",
              "org.latha.island.defs#concept",
              "org.latha.island.defs#tool"
            ],
            "type": "string",
            "description": "Category of the entity."
          },
          "description": {
            "type": "string",
            "description": "Short description of the entity.",
            "maxGraphemes": 1000
          }
        }
      },
      "description": "An entity tracked across the Strata three-layer memory architecture. Links the AT Protocol record to carry (structured claims) and vault (prose notes)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A tracked entity — person, organization, concept, or tool — managed across Strata memory layers."
}

Validate Record

Validate a record against org.latha.island.entity

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ngokl2gnmpbvuvrfckja3g7p
CID
bafyreidmhrtcyjlyzpjt2wizpth356n6ze65tdill3znjgxyqwiqi7yxdy
Indexed At
2026-05-22 20:07 UTC
AT-URI
at://did:plc:ngokl2gnmpbvuvrfckja3g7p/com.atproto.lexicon.schema/org.latha.island.entity

Lexicon Garden

@