town.muni.arbiter.updateDidDoc

zicklag.dev

{
  "id": "town.muni.arbiter.updateDidDoc",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "did",
            "config"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did",
              "description": "The DID to update the document for."
            },
            "config": {
              "ref": "town.muni.arbiter.defs#didDocConfig",
              "type": "ref",
              "description": "Updated DID document configuration."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "ErrDidNotManaged",
          "description": "The specified DID is not managed by this service."
        },
        {
          "name": "ErrPermissionDenied",
          "description": "The requesting user is not allowed to make the request."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Update the DID doc for a DID that is hosted by this service."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.muni.arbiter.updateDidDoc

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

Metadata

DID
did:plc:ulg2bzgrgs7ddjjlmhtegk3v
CID
bafyreiedxtchzoqkd7hma4coggx65bb34acl5f4wxvqtw5q536scdgefpy
Indexed At
2026-05-28 16:28 UTC
AT-URI
at://did:plc:ulg2bzgrgs7ddjjlmhtegk3v/com.atproto.lexicon.schema/town.muni.arbiter.updateDidDoc

Referenced Schemas (1)

Lexicon Garden

@