space.highport.sites.site
Schema Diff
+7 -7
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.sites.site",
3
3
"defs": {
4
4
"main": {
5
5
"key": "any",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"source"
11
11
],
12
12
"properties": {
13
13
"access": {
14
14
"ref": "space.highport.sites.defs#access",
15
15
"type": "ref",
16
-
"description": "Which parts of this site require a signed-in reader. Absent means none."
16
+
"description": "Which parts of this site require a signed-in reader. Absent means none do."
17
17
},
18
18
"source": {
19
19
"refs": [
20
20
"com.atproto.repo.strongRef",
21
21
"space.highport.sites.defs#manifest"
22
22
],
23
23
"type": "union",
24
24
"closed": true,
25
-
"description": "What the site serves. A strong reference names a space.highport.sites.tile record and pins its CID; the binding never follows later versions of the tile. An inline manifest is served directly."
25
+
"description": "What the site serves. A strong reference points at a space.highport.sites.tile record and pins its CID, so the site never follows later versions of the tile. An inline manifest is served as is."
26
26
},
27
27
"notFound": {
28
28
"ref": "space.highport.sites.defs#resource",
29
29
"type": "ref",
30
-
"description": "Resource served for requests that match nothing in the manifest. With status 200 it is the single-page-application fallback."
30
+
"description": "Served for requests that match nothing in the manifest. With status 200, it is the single-page app fallback."
31
31
},
32
32
"redirects": {
33
33
"type": "array",
34
34
"items": {
35
35
"ref": "space.highport.sites.defs#redirect",
36
36
"type": "ref"
37
37
},
38
38
"maxLength": 256,
39
-
"description": "Redirect rules evaluated before manifest lookup."
39
+
"description": "Redirect rules, checked before manifest lookup."
40
40
},
41
41
"wellKnown": {
42
42
"ref": "space.highport.sites.defs#wellKnown",
43
43
"type": "ref",
44
-
"description": "Opt out of the well-known responses bard serves by default. Absent means every field defaults to true."
44
+
"description": "Turn off well-known responses bard serves by default, or name a standard.site publication for this domain. Absent means both flags are true and no publication is named."
45
45
},
46
46
"parameters": {
47
47
"type": "unknown",
48
-
"description": "Map of parameter name to value, satisfying the bound tile's params. Permitted only when source is a strong reference."
48
+
"description": "Parameter names mapped to values for the bound tile's params. Only allowed when source is a strong reference."
49
49
}
50
50
}
51
51
}
52
52
}
53
53
},
54
54
"$type": "com.atproto.lexicon.schema",
55
55
"lexicon": 1,
56
-
"description": "A static web site hosted from an AT Protocol repository. The record key is the site's hostname in lowercase IDNA A-label form. The site serves either an inline manifest or a space.highport.sites.tile bound by strong reference and supplied with parameters."
56
+
"description": "A static website hosted from an AT Protocol repository. The record key is the site's hostname in lowercase IDNA A-label form. A site serves either an inline manifest or a space.highport.sites.tile, bound by strong reference with parameters."
57
57
}