Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.admin.defs

atproto-lexicons.bsky.social

{
  "id": "com.atproto.admin.defs",
  "defs": {
    "repoRef": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        }
      }
    },
    "statusAttr": {
      "type": "object",
      "required": [
        "applied"
      ],
      "properties": {
        "ref": {
          "type": "string"
        },
        "applied": {
          "type": "boolean"
        }
      }
    },
    "accountView": {
      "type": "object",
      "required": [
        "did",
        "handle",
        "indexedAt"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "email": {
          "type": "string"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "invites": {
          "type": "array",
          "items": {
            "ref": "com.atproto.server.defs#inviteCode",
            "type": "ref"
          }
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime"
        },
        "invitedBy": {
          "ref": "com.atproto.server.defs#inviteCode",
          "type": "ref"
        },
        "inviteNote": {
          "type": "string"
        },
        "deactivatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "relatedRecords": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        },
        "invitesDisabled": {
          "type": "boolean"
        },
        "emailConfirmedAt": {
          "type": "string",
          "format": "datetime"
        },
        "threatSignatures": {
          "type": "array",
          "items": {
            "ref": "#threatSignature",
            "type": "ref"
          }
        }
      }
    },
    "repoBlobRef": {
      "type": "object",
      "required": [
        "did",
        "cid"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "did": {
          "type": "string",
          "format": "did"
        },
        "recordUri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "threatSignature": {
      "type": "object",
      "required": [
        "property",
        "value"
      ],
      "properties": {
        "value": {
          "type": "string"
        },
        "property": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atproto.admin.defs

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

Metadata

DID
did:plc:6msi3pj7krzih5qxqtryxlzw
CID
bafyreicuagseedq4ko6lx6ublh6agdyeaox4pkvbaq7yj54s2d66yjk2h4
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:6msi3pj7krzih5qxqtryxlzw/com.atproto.lexicon.schema/com.atproto.admin.defs

Referenced Schemas (1)

Lexicon Garden

@