at.margin.collectionItem
Schema Diff
+0 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "at.margin.collectionItem",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"collection",
11
11
"annotation",
12
12
"createdAt"
13
13
],
14
14
"properties": {
15
15
"position": {
16
16
"type": "integer",
17
17
"minimum": 0,
18
18
"description": "Sort order within the collection"
19
19
},
20
20
"createdAt": {
21
21
"type": "string",
22
22
"format": "datetime"
23
23
},
24
24
"annotation": {
25
25
"type": "string",
26
26
"format": "at-uri",
27
27
"description": "AT URI of the annotation, highlight, or bookmark"
28
28
},
29
29
"collection": {
30
30
"type": "string",
31
31
"format": "at-uri",
32
32
"description": "AT URI of the collection"
33
33
}
34
34
}
35
35
},
36
36
"description": "Associates an annotation with a collection"
37
37
}
38
38
},
39
39
"$type": "com.atproto.lexicon.schema",
40
40
"lexicon": 1,
41
41
"description": "An item in a collection (links annotation to collection)"
42
42
}