com.atproto.admin.defs

atproto-lexicons.bsky.social

Documentation

accountView object

No description available.

Properties

deactivatedAt string datetime Optional

An RFC 3339 formatted timestamp.

did string did Required

A decentralized identifier (DID).

email string Optional

No description available.

emailConfirmedAt string datetime Optional

An RFC 3339 formatted timestamp.

handle string handle Required

An AT Protocol handle (e.g., alice.bsky.social).

indexedAt string datetime Required

An RFC 3339 formatted timestamp.

inviteNote string Optional

No description available.

invitesDisabled boolean Optional

No description available.

relatedRecords array of unknown Optional

No description available.

threatSignatures array of ref#threatSignature Optional

No description available.

View raw schema
{
  "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 object

No description available.

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

did string did Required

A decentralized identifier (DID).

recordUri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "did",
    "cid"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "did": {
      "type": "string",
      "format": "did"
    },
    "recordUri": {
      "type": "string",
      "format": "at-uri"
    }
  }
}
repoRef object

No description available.

Properties

did string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "did"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    }
  }
}
statusAttr object

No description available.

Properties

applied boolean Required

No description available.

ref string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "applied"
  ],
  "properties": {
    "ref": {
      "type": "string"
    },
    "applied": {
      "type": "boolean"
    }
  }
}
threatSignature object

No description available.

Properties

property string Required

No description available.

value string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "property",
    "value"
  ],
  "properties": {
    "value": {
      "type": "string"
    },
    "property": {
      "type": "string"
    }
  }
}

Lexicon Garden

@