net.ngill.post
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "net.ngill.post",
3
3
"defs": {
4
4
"main": {
5
-
"key": "nsid",
5
+
"key": "any",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"document",
11
11
"sha1"
12
12
],
13
13
"properties": {
14
14
"sha1": {
15
15
"type": "string",
16
16
"description": "SHA1 hash of the source document"
17
17
},
18
18
"final": {
19
19
"type": "string",
20
20
"description": "Document path relative to the publication URI"
21
21
},
22
22
"document": {
23
23
"type": "string",
24
24
"format": "at-uri",
25
25
"description": "AT-URI of the Standard.Site document this object refers to"
26
26
}
27
27
}
28
28
},
29
29
"description": "A blog post source hash and Standard.Site doucment link."
30
30
}
31
31
},
32
32
"$type": "com.atproto.lexicon.schema",
33
33
"lexicon": 1
34
34
}