space.highport.admin.getDomain
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.admin.getDomain",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"domain",
11
11
"events",
12
12
"jobs",
13
13
"tls",
14
14
"verification"
15
15
],
16
16
"properties": {
17
17
"tls": {
18
18
"ref": "space.highport.defs#tlsView",
19
19
"type": "ref"
20
20
},
21
21
"jobs": {
22
22
"type": "array",
23
23
"items": {
24
24
"ref": "space.highport.defs#jobView",
25
25
"type": "ref"
26
26
}
27
27
},
28
28
"domain": {
29
29
"ref": "space.highport.defs#domainView",
30
30
"type": "ref"
31
31
},
32
32
"events": {
33
33
"type": "array",
34
34
"items": {
35
35
"ref": "space.highport.defs#domainEvent",
36
36
"type": "ref"
37
37
}
38
38
},
39
39
"verification": {
40
40
"ref": "space.highport.defs#verificationView",
41
41
"type": "ref"
42
42
}
43
43
}
44
44
},
45
45
"encoding": "application/json"
46
46
},
47
47
"parameters": {
48
48
"type": "params",
49
49
"required": [
50
50
"domain"
51
51
],
52
52
"properties": {
53
53
"domain": {
54
54
"type": "string",
55
55
"maxLength": 253,
56
56
"description": "The hostname."
57
57
}
58
58
}
59
59
},
60
-
"description": "The full internal state of one domain: its registration, its event history, its job log, its certificate state, and its last verification result."
60
+
"description": "Everything bard knows about one domain: registration, event history, job log, certificate state, and last verification result."
61
61
}
62
62
},
63
63
"$type": "com.atproto.lexicon.schema",
64
64
"lexicon": 1
65
65
}