{ "lexicon": 1, "id": "com.atproto.admin.getSubjectStatus", "defs": { "main": { "type": "query", "description": "Get the service-specific admin status of a subject (account, record, or blob).", "parameters": { "type": "params", "properties": { "blob": { "type": "string", "format": "cid" }, "did": { "type": "string", "format": "did" }, "uri": { "type": "string", "format": "at-uri" } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": [ "subject" ], "properties": { "deactivated": { "type": "ref", "ref": "com.atproto.admin.defs#statusAttr" }, "subject": { "type": "union", "refs": [ "com.atproto.admin.defs#repoRef", "com.atproto.repo.strongRef", "com.atproto.admin.defs#repoBlobRef" ] }, "takedown": { "type": "ref", "ref": "com.atproto.admin.defs#statusAttr" } } } } } } }