space.highport.sites.resolveDomain
Schema Diff
+4 -4
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.sites.resolveDomain",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"errors": [
7
7
{
8
8
"name": "SiteNotFound",
9
9
"description": "No active site serves that domain."
10
10
}
11
11
],
12
12
"output": {
13
13
"schema": {
14
14
"type": "object",
15
15
"required": [
16
16
"did",
17
17
"uri"
18
18
],
19
19
"properties": {
20
20
"did": {
21
21
"type": "string",
22
22
"format": "did",
23
23
"description": "The identity serving the domain."
24
24
},
25
25
"uri": {
26
26
"type": "string",
27
27
"format": "at-uri",
28
-
"description": "The serving record; the space form for a space-registered domain."
28
+
"description": "The serving record, in space form for a domain registered to a space."
29
29
},
30
30
"space": {
31
31
"type": "string",
32
32
"format": "at-uri",
33
-
"description": "Present for a space-registered domain."
33
+
"description": "Present for a domain registered to a space."
34
34
}
35
35
}
36
36
},
37
37
"encoding": "application/json"
38
38
},
39
39
"parameters": {
40
40
"type": "params",
41
41
"required": [
42
42
"domain"
43
43
],
44
44
"properties": {
45
45
"domain": {
46
46
"type": "string",
47
47
"maxLength": 253,
48
-
"description": "The hostname, lowercase IDNA A-label form."
48
+
"description": "The hostname, in lowercase IDNA A-label form."
49
49
}
50
50
}
51
51
},
52
-
"description": "The inverse lookup: which identity and which record serve a domain. Useful for verifying who owns a site."
52
+
"description": "Look up which identity and record serve a domain. Useful for checking who owns a site."
53
53
}
54
54
},
55
55
"$type": "com.atproto.lexicon.schema",
56
56
"lexicon": 1
57
57
}