space.highport.admin.createDenylist
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.admin.createDenylist",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"kind",
11
11
"subject"
12
12
],
13
13
"properties": {
14
14
"kind": {
15
15
"type": "string",
16
16
"knownValues": [
17
17
"domain",
18
18
"did",
19
19
"uri",
20
20
"cid",
21
21
"pattern",
22
22
"space"
23
23
]
24
24
},
25
25
"reason": {
26
26
"type": "string"
27
27
},
28
28
"subject": {
29
29
"type": "string",
30
30
"description": "The hostname, DID, record AT-URI, CID, domain pattern, or space URI to deny."
31
31
}
32
32
}
33
33
},
34
34
"encoding": "application/json"
35
35
},
36
36
"output": {
37
37
"schema": {
38
38
"type": "object",
39
39
"required": [
40
40
"entry"
41
41
],
42
42
"properties": {
43
43
"entry": {
44
44
"ref": "space.highport.defs#denylistEntry",
45
45
"type": "ref"
46
46
}
47
47
}
48
48
},
49
49
"encoding": "application/json"
50
50
},
51
-
"description": "Deny a subject. This is the primary takedown mechanism: a denylisted subject stops serving within one broadcast whether it is reached through a site, a tile, or a parameter, and a denylisted space stops every domain registered to it."
51
+
"description": "Deny a subject. It stops serving within one broadcast, whether it is reached through a site, a tile, or a parameter. Denying a space stops every domain registered to it."
52
52
}
53
53
},
54
54
"$type": "com.atproto.lexicon.schema",
55
55
"lexicon": 1
56
56
}