rip.pds.account.defs

pds.rip

{
  "id": "rip.pds.account.defs",
  "defs": {
    "accountView": {
      "type": "object",
      "required": [
        "did",
        "handle",
        "didMethod",
        "createdAt",
        "extensions"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "status": {
          "type": "string",
          "description": "Why the PDS considers this account inactive: takendown, suspended, deactivated. Absent when the account is live."
        },
        "labelKey": {
          "type": "string",
          "description": "Public multikey published as #atproto_label, when one is set."
        },
        "services": {
          "type": "array",
          "items": {
            "ref": "rip.pds.account.putServices#serviceEntry",
            "type": "ref"
          },
          "description": "Service entries on the account's DID document. Present only for did:web accounts, whose document this server serves."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "deletedAt": {
          "type": "string",
          "format": "datetime"
        },
        "didMethod": {
          "type": "string",
          "description": "Which identity method the account uses.",
          "knownValues": [
            "plc",
            "web"
          ]
        },
        "expiresAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the account is deleted and its identity retired. Absent when the account never expires, which is true only for a permanent account an operator issued."
        },
        "extensions": {
          "type": "integer",
          "description": "How many times the lifetime has already been extended."
        },
        "servicesUpdatedAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the service entries last changed. Resolvers cache documents well past this server's max-age, so a recent change may not be visible downstream yet."
        }
      },
      "description": "An ephemeral account minted on this server."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rip.pds.account.defs

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

Metadata

DID
did:plc:w24v65i3bcsxk6mbbgfdukve
CID
bafyreib3jvyhez3ztjyllha27spfz3owkzsatwo2va3fbkzsmdis7rtmvy
Indexed At
2026-09-24 02:18 UTC
AT-URI
at://did:plc:w24v65i3bcsxk6mbbgfdukve/com.atproto.lexicon.schema/rip.pds.account.defs

Version History (4 versions)

Referenced Schemas (1)

Lexicon Garden

@