at.smiled.reaction
Schema Diff
+3 -3
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "at.smiled.reaction",
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
"lang": {
15
15
"type": "string",
16
16
"format": "language",
17
17
"description": "An optional language identifier for the comment."
18
18
},
19
19
"emoji": {
20
20
"type": "string",
21
21
"maxLength": 32,
22
22
"minLength": 1,
23
-
"description": "An optional emoji to express instead of the default (😊).",
23
+
"description": "An optional emoji to express instead of the default smile (😊).",
24
24
"maxGraphemes": 1
25
25
},
26
26
"comment": {
27
27
"type": "string",
28
28
"format": "uri",
29
29
"description": "An optional comment to include with the reaction."
30
30
},
31
31
"subject": {
32
32
"type": "string",
33
33
"format": "at-uri",
34
-
"description": "A URI indicating what the record owner is smiling about."
34
+
"description": "A URI indicating the subject of the record owner's reaction."
35
35
},
36
36
"createdAt": {
37
37
"type": "string",
38
38
"format": "datetime",
39
-
"description": "The time when the smile occurred."
39
+
"description": "The time when the reaction occurred."
40
40
}
41
41
}
42
42
},
43
43
"description": "Record noting an emoji reaction to something in the atmosphere."
44
44
}
45
45
},
46
46
"$type": "com.atproto.lexicon.schema",
47
47
"lexicon": 1
48
48
}