pub.chive.governance.approveElevation

chive.pub

{
  "id": "pub.chive.governance.approveElevation",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "requestId"
          ],
          "properties": {
            "requestId": {
              "type": "string",
              "description": "ID of the elevation request to approve"
            },
            "verificationNotes": {
              "type": "string",
              "description": "Optional admin verification notes"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "Unauthorized"
        },
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "ref": "#elevationResult",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Approve a pending elevation request. Only accessible by administrators."
    },
    "elevationResult": {
      "type": "object",
      "required": [
        "success",
        "message"
      ],
      "properties": {
        "message": {
          "type": "string",
          "description": "Human-readable result message"
        },
        "success": {
          "type": "boolean",
          "description": "Whether the operation succeeded"
        },
        "requestId": {
          "type": "string",
          "description": "Elevation request ID"
        }
      },
      "description": "Result of elevation operation"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.governance.approveElevation

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@