Skip to content

com.atproto.admin.defs

Lexicon Version: 1

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
appliedboolean
refstring

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
didstringFormat: did
handlestringFormat: handle
emailstring
relatedRecordsArray of unknown
indexedAtstringFormat: datetime
invitedBycom.atproto.server.defs#inviteCode
invitesArray of com.atproto.server.defs#inviteCode
invitesDisabledboolean
emailConfirmedAtstringFormat: datetime
inviteNotestring
deactivatedAtstringFormat: datetime
threatSignaturesArray of #threatSignature

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
didstringFormat: did

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
didstringFormat: did
cidstringFormat: cid
recordUristringFormat: at-uri

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
propertystring
valuestring

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