{
"id": "space.highport.admin.listDenylist",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"entries"
],
"properties": {
"cursor": {
"type": "string",
"description": "Present when more entries exist."
},
"entries": {
"type": "array",
"items": {
"ref": "space.highport.defs#denylistEntry",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"kind": {
"type": "string",
"description": "Filter by subject kind (see space.highport.defs#denylistEntry.kind)."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum entries to return."
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response."
}
}
},
"description": "The operator denylist."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:ciygg5hma4q7ah2kxaszkyob
- CID
-
bafyreiapz4cbgkgbi27usmtanangfbhjha25osxmvjdvcvfd6asc4n2564
- Indexed At
- 2026-09-17 17:48 UTC
- AT-URI
-
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.admin.listDenylist
Version History (2 versions)