{
"id": "org.latha.island.getIslands",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"islands"
],
"properties": {
"cursor": {
"type": "string"
},
"islands": {
"type": "array",
"items": {
"ref": "#islandSummary",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of islands to return."
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response."
}
}
},
"description": "List derived islands with their strata analysis. Returns islands that have been derived and stored, sorted by vertex count descending."
},
"islandSummary": {
"type": "object",
"required": [
"id",
"lexmin",
"vertexCount",
"edgeCount"
],
"properties": {
"id": {
"type": "string",
"description": "Stable ID: truncated SHA-256 of the lexmin vertex."
},
"title": {
"type": "string",
"description": "Strata analysis title, if available."
},
"lexmin": {
"type": "string",
"description": "Lexicographically smallest vertex — the canonical reference."
},
"edgeCount": {
"type": "integer"
},
"recordUri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the org.latha.island record, if analyzed."
},
"vertexCount": {
"type": "integer"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:ngokl2gnmpbvuvrfckja3g7p
- CID
-
bafyreifgfpeyflwyeh24meq7poiydfencmapdkjpdl2lhu4j2dfszck3oq
- Indexed At
- 2026-05-22 20:07 UTC
- AT-URI
-
at://did:plc:ngokl2gnmpbvuvrfckja3g7p/com.atproto.lexicon.schema/org.latha.island.getIslands