org.latha.island.getIsland

nandi.uk

{
  "id": "org.latha.island.getIsland",
  "defs": {
    "main": {
      "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": {
      "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}."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.latha.island.getIsland

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ngokl2gnmpbvuvrfckja3g7p
CID
bafyreidcdzv4j3bxpvgtmyplzt5ykzcjf5vlluklvsp6iyywnxpzu2yay4
Indexed At
2026-05-22 20:07 UTC
AT-URI
at://did:plc:ngokl2gnmpbvuvrfckja3g7p/com.atproto.lexicon.schema/org.latha.island.getIsland

Referenced Schemas (1)

  • org.latha.island.deriveIsland#edge

Lexicon Garden

@