Strata layer: the mid — structured claims, shared across agents, CRDT-backed.
Referenceorg.latha.island.defs#carry
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Strata layer: the mid — structured claims, shared across agents, CRDT-backed."
}
Claim method: looked up from existing carry data.
Referenceorg.latha.island.defs#carryLookup
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Claim method: looked up from existing carry data."
}
Reference to a claim stored in a Strata layer, with its location and identifier.
Properties
Which Strata layer holds the canonical copy.
Known values: org.latha.island.defs#vault, org.latha.island.defs#carry, org.latha.island.defs#memfs
AT-URI of the referenced claim record.
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the referenced claim record."
},
"layer": {
"type": "string",
"description": "Which Strata layer holds the canonical copy.",
"knownValues": [
"org.latha.island.defs#vault",
"org.latha.island.defs#carry",
"org.latha.island.defs#memfs"
]
}
},
"description": "Reference to a claim stored in a Strata layer, with its location and identifier."
}
Entity type: an abstract concept, idea, or topic.
Referenceorg.latha.island.defs#concept
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Entity type: an abstract concept, idea, or topic."
}
Confidence level: high — well-established, from trusted source or direct observation.
Referenceorg.latha.island.defs#high
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Confidence level: high — well-established, from trusted source or direct observation."
}
Claim method: directly provided by a human.
Referenceorg.latha.island.defs#humanInput
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Claim method: directly provided by a human."
}
Claim method: inferred by an agent from other evidence.
Referenceorg.latha.island.defs#inference
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Claim method: inferred by an agent from other evidence."
}
Confidence level: low — uncertain, speculative, or from unverified source.
Referenceorg.latha.island.defs#low
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Confidence level: low — uncertain, speculative, or from unverified source."
}
Confidence level: medium — plausible, from reasonable source or inference.
Referenceorg.latha.island.defs#medium
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Confidence level: medium — plausible, from reasonable source or inference."
}
Strata layer: the deep — private agent state, system prompt, git-backed.
Referenceorg.latha.island.defs#memfs
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Strata layer: the deep — private agent state, system prompt, git-backed."
}
Entity type: an organization.
Referenceorg.latha.island.defs#org
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Entity type: an organization."
}
Entity type: a person.
Referenceorg.latha.island.defs#person
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Entity type: a person."
}
Provenance of a claim — where it came from and how it was produced.
Properties
DID of the agent that produced the claim.
How the claim was produced.
Known values: org.latha.island.defs#webSearch, org.latha.island.defs#humanInput, org.latha.island.defs#inference, org.latha.island.defs#carryLookup
Source URL if the claim came from the web.
View raw schema
{
"type": "object",
"required": [
"method"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Source URL if the claim came from the web."
},
"method": {
"type": "string",
"description": "How the claim was produced.",
"knownValues": [
"org.latha.island.defs#webSearch",
"org.latha.island.defs#humanInput",
"org.latha.island.defs#inference",
"org.latha.island.defs#carryLookup"
]
},
"agentDid": {
"type": "string",
"format": "did",
"description": "DID of the agent that produced the claim."
}
},
"description": "Provenance of a claim — where it came from and how it was produced."
}
Entity type: a software tool, service, or platform.
Referenceorg.latha.island.defs#tool
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Entity type: a software tool, service, or platform."
}
Strata layer: the surface — Obsidian vault, prose, human-readable notes.
Referenceorg.latha.island.defs#vault
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Strata layer: the surface — Obsidian vault, prose, human-readable notes."
}
Claim method: produced via web search.
Referenceorg.latha.island.defs#webSearch
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token",
"description": "Claim method: produced via web search."
}