zone.stratos.repo.hydrateRecord

lexicon.northsky.app

{
  "id": "zone.stratos.repo.hydrateRecord",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "RecordNotFound",
          "description": "The requested record does not exist"
        },
        {
          "name": "RecordBlocked",
          "description": "Access to the record is blocked due to boundary restrictions"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid",
            "value"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid"
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "value": {
              "type": "unknown"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "format": "cid",
            "description": "Optional CID to verify record version"
          },
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "The AT-URI of the record to hydrate"
          }
        }
      },
      "description": "Hydrate a single record by URI. Returns the record if viewer has boundary access."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against zone.stratos.repo.hydrateRecord

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6uxgo3ypovauub7nblwylqyv
CID
bafyreifyhhy3one5ewxtur7vf4bo7mb76zlvhxb7p3sipzcbem2qtgsnga
Indexed At
2026-03-03 21:29 UTC
AT-URI
at://did:plc:6uxgo3ypovauub7nblwylqyv/com.atproto.lexicon.schema/zone.stratos.repo.hydrateRecord

Lexicon Garden

@