rip.pds.account.defs

pds.rip

{
  "id": "rip.pds.account.defs",
  "defs": {
    "accountView": {
      "type": "object",
      "required": [
        "did",
        "handle",
        "didMethod",
        "createdAt",
        "expiresAt",
        "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."
        },
        "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."
        },
        "extensions": {
          "type": "integer",
          "description": "How many times the lifetime has already been extended."
        }
      },
      "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
Treat any remaining unresolved references as valid

Metadata

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

Version History (4 versions)

Lexicon Garden

@