pub.chive.sync.registerPDS

chive.pub

{
  "id": "pub.chive.sync.registerPDS",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "pdsUrl"
          ],
          "properties": {
            "pdsUrl": {
              "type": "string",
              "format": "uri",
              "description": "PDS endpoint URL to register"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidRequest"
        },
        {
          "name": "ServiceUnavailable"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "pdsUrl",
            "registered",
            "status"
          ],
          "properties": {
            "pdsUrl": {
              "type": "string",
              "format": "uri",
              "description": "The registered PDS URL"
            },
            "status": {
              "type": "string",
              "description": "Registration status",
              "knownValues": [
                "pending",
                "already_exists",
                "scanned"
              ]
            },
            "message": {
              "type": "string",
              "description": "Human-readable status message"
            },
            "registered": {
              "type": "boolean",
              "description": "Whether the PDS was registered"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Register a PDS for scanning to ensure records from non-relay PDSes can be discovered and indexed"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.sync.registerPDS

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreieiceeyhaxbrhj7o3pxfiephbesmg722w2ozcy2hmtxsyxj4ulj3u
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.sync.registerPDS

Lexicon Garden

@