app.nblr.feed.collection
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.nblr.feed.collection",
3
3
"defs": {
4
4
"main": {
5
-
"key": "any",
5
+
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"name",
11
11
"createdAt"
12
12
],
13
13
"properties": {
14
14
"name": {
15
15
"type": "string",
16
16
"maxLength": 640,
17
17
"description": "Name of the collection",
18
18
"maxGraphemes": 64
19
19
},
20
20
"createdAt": {
21
21
"type": "string",
22
22
"format": "datetime"
23
23
}
24
24
}
25
25
},
26
26
"description": "Record defining a collection of resources."
27
27
}
28
28
},
29
29
"$type": "com.atproto.lexicon.schema",
30
30
"lexicon": 1
31
31
}