org.latha.island.getIsland

nandi.uk

Documentation

Get a single island by its stable ID. Returns the full island with vertices, edges, vertex metadata, and strata analysis if available.

main query

Get a single island by its stable ID. Returns the full island with vertices, edges, vertex metadata, and strata analysis if available.

Parameters

id string Required

Island ID (truncated SHA-256 of lexmin vertex) or AT URI of an org.latha.island record.

Output

Encodingapplication/json
recordUri stringat-uri Optional

AT URI of the org.latha.island record, if analyzed.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Island ID (truncated SHA-256 of lexmin vertex) or AT URI of an org.latha.island record.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "island"
      ],
      "properties": {
        "island": {
          "ref": "#islandDetail",
          "type": "ref"
        },
        "recordUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT URI of the org.latha.island record, if analyzed."
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string",
        "description": "Island ID (truncated SHA-256 of lexmin vertex) or AT URI of an org.latha.island record."
      }
    }
  },
  "description": "Get a single island by its stable ID. Returns the full island with vertices, edges, vertex metadata, and strata analysis if available."
}
islandDetail object

No description available.

Properties

id string Required

No description available.

lexmin string Required

No description available.

strata unknown Optional

Full strata analysis data (themes, connections, tensions, synthesis).

summary string Optional

Strata analysis title.

vertexMeta unknown Optional

Map of vertex URI to {title, description, type}.

vertices array of string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "id",
    "lexmin",
    "vertices",
    "edges"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "edges": {
      "type": "array",
      "items": {
        "ref": "org.latha.island.deriveIsland#edge",
        "type": "ref"
      }
    },
    "lexmin": {
      "type": "string"
    },
    "strata": {
      "type": "unknown",
      "description": "Full strata analysis data (themes, connections, tensions, synthesis)."
    },
    "summary": {
      "type": "string",
      "description": "Strata analysis title."
    },
    "vertices": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "vertexMeta": {
      "type": "unknown",
      "description": "Map of vertex URI to {title, description, type}."
    }
  }
}

Lexicon Garden

@