space.highport.sites.getSite
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.sites.getSite",
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
"ref": "space.highport.defs#siteView",
15
15
"type": "ref"
16
16
},
17
17
"encoding": "application/json"
18
18
},
19
19
"parameters": {
20
20
"type": "params",
21
21
"required": [
22
22
"domain"
23
23
],
24
24
"properties": {
25
25
"domain": {
26
26
"type": "string",
27
27
"maxLength": 253,
28
-
"description": "The hostname, lowercase IDNA A-label form."
28
+
"description": "The hostname, in lowercase IDNA A-label form."
29
29
}
30
30
}
31
31
},
32
-
"description": "The public view of the site serving a domain: its owner, its active revision, and — for a tile-bound site — the tile it binds. No DNS or diagnostic detail; a space-registered domain carries its space, because attribution survives the plane."
32
+
"description": "The public view of the site serving a domain: its owner, its active revision, and the tile it binds, if any. No DNS or diagnostic detail. A domain registered to a space includes the space."
33
33
}
34
34
},
35
35
"$type": "com.atproto.lexicon.schema",
36
36
"lexicon": 1
37
37
}