systems.numina.sensemaking.cluster

lasa.numina.systems

Documentation

A named grouping of related observations. Handles both thematic grouping and compaction.

main record

A named grouping of related observations. Handles both thematic grouping and compaction.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

What this grouping represents.

maxLength: 5000 bytesmaxGraphemes: 2500 graphemes
label string Required

Cluster name.

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
members array of string at-uri Required

AT URIs of observations or nested clusters.

maxLength: 500 items
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "label",
      "members",
      "createdAt"
    ],
    "properties": {
      "label": {
        "type": "string",
        "maxLength": 1000,
        "description": "Cluster name.",
        "maxGraphemes": 100
      },
      "members": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        },
        "maxLength": 500,
        "description": "AT URIs of observations or nested clusters."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 5000,
        "description": "What this grouping represents.",
        "maxGraphemes": 2500
      }
    }
  },
  "description": "A named grouping of related observations. Handles both thematic grouping and compaction."
}

Lexicon Garden

@