pics.2bit.feed.like
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "pics.2bit.feed.like",
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
"subject",
11
11
"createdAt"
12
12
],
13
13
"properties": {
14
14
"subject": {
15
15
"ref": "com.atproto.repo.strongRef",
16
16
"type": "ref",
17
-
"description": "Strong ref to a pics.2bit.feed.photo record. A strongRef is an opaque uri+cid pair and carries no type information, so the allowed set of target collections is enforced in the AppView, not by this schema."
17
+
"description": "Strong ref to a pics.2bit.feed.photo or pics.2bit.feed.comment record. A strongRef is an opaque uri+cid pair and carries no type information, so the allowed set of target collections is enforced in the AppView, not by this schema."
18
18
},
19
19
"createdAt": {
20
20
"type": "string",
21
21
"format": "datetime"
22
22
}
23
23
}
24
24
},
25
25
"description": "A like on any 2bit.pics post record."
26
26
}
27
27
},
28
28
"$type": "com.atproto.lexicon.schema",
29
29
"lexicon": 1
30
30
}