532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"id": "com.atproto.admin.getSubjectStatus",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"output": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"subject"
|
|
],
|
|
"properties": {
|
|
"subject": {
|
|
"refs": [
|
|
"com.atproto.admin.defs#repoRef",
|
|
"com.atproto.repo.strongRef",
|
|
"com.atproto.admin.defs#repoBlobRef"
|
|
],
|
|
"type": "union"
|
|
},
|
|
"takedown": {
|
|
"ref": "com.atproto.admin.defs#statusAttr",
|
|
"type": "ref"
|
|
},
|
|
"deactivated": {
|
|
"ref": "com.atproto.admin.defs#statusAttr",
|
|
"type": "ref"
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"parameters": {
|
|
"type": "params",
|
|
"properties": {
|
|
"did": {
|
|
"type": "string",
|
|
"format": "did"
|
|
},
|
|
"uri": {
|
|
"type": "string",
|
|
"format": "at-uri"
|
|
},
|
|
"blob": {
|
|
"type": "string",
|
|
"format": "cid"
|
|
}
|
|
}
|
|
},
|
|
"description": "Get the service-specific admin status of a subject (account, record, or blob)."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|