A Stigmergic island: a centroid URL, pointers to network.cosmik.connection records, and analysis of the resulting graph component.
tid
Timestamp-based ID
Properties
analysis
ref
#structuredAnalysis
Required
The structured analysis output.
carryRefs
array
of
ref
#carryCrossRef
Optional
Carry entities cross-referenced in this analysis. Carry stays local-first — only summaries are included unless explicitly published as companion records.
maxLength: 20 itemsconnections
array
of
string
at-uri
Required
AT URIs of actual network.cosmik.connection records. The island does not embed edge source/target/type/note data.
maxLength: 500 itemscreatedAt
string
datetime
Required
When this synthesis was created.
forkOf
string
at-uri
Optional
Original org.latha.island AT URI when this record is a fork/update of another user's island.
source
ref
#sourceRef
Required
The island centroid/canonical source URL.
updatedAt
string
datetime
Optional
When this synthesis was last updated.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"source",
"connections",
"analysis",
"createdAt"
],
"properties": {
"forkOf": {
"type": "string",
"format": "at-uri",
"description": "Original org.latha.island AT URI when this record is a fork/update of another user's island."
},
"source": {
"ref": "#sourceRef",
"type": "ref",
"description": "The island centroid/canonical source URL."
},
"analysis": {
"ref": "#structuredAnalysis",
"type": "ref",
"description": "The structured analysis output."
},
"carryRefs": {
"type": "array",
"items": {
"ref": "#carryCrossRef",
"type": "ref"
},
"maxLength": 20,
"description": "Carry entities cross-referenced in this analysis. Carry stays local-first — only summaries are included unless explicitly published as companion records."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this synthesis was created."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "When this synthesis was last updated."
},
"connections": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 500,
"description": "AT URIs of actual network.cosmik.connection records. The island does not embed edge source/target/type/note data."
}
}
},
"description": "A Stigmergic island: a centroid URL, pointers to network.cosmik.connection records, and analysis of the resulting graph component."
}