-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
schema.json
68 lines (68 loc) · 2.49 KB
/
schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"angry": [[">", "eyesNormal", "noseOptional", "mouthNegative"]],
"anguished": [],
"astonished": [],
"blush": [["eyesNormal", "noseOptional", "blush", "mouthPositive"]],
"broken_heart": [[["<"], ["\\", "/"], ["3"]]],
"cold_sweat": [],
"confounded": [],
"confused": [["eyesNormal", "noseOptional", "mouthConfused"]],
"cry": [
["eyesNormal", "drop", "noseOptional", "mouthNotPositive"],
[["T"], ["-"], ["T"]]
],
"disappointed": [],
"disappointed_relieved": [],
"dizzy_face": [],
"expressionless": [],
"fearful": [],
"flushed": [],
"frowning": [["eyesNormal", "noseOptional", "mouthNegative"]],
"grimacing": [],
"grin": [],
"grinning": [],
"heart": [[["<"], ["3"]]],
"heart_eyes": [],
"hushed": [],
"imp": [["horns", "eyesNormal", "noseOptional", "mouthNegative"]],
"innocent": [["halo", "eyesNormal", "noseOptional", "mouthPositive"]],
"joy": [["eyesNormal", "drop", "noseOptional", "mouthPositive"]],
"kissing": [["eyesNormal", "noseOptional", "mouthKissing"]],
"kissing_closed_eyes": [],
"kissing_heart": [],
"kissing_smiling_eyes": [],
"laughing": [["eyesClosed", "noseOptional", "mouthPositive"]],
"man": [["eyes", "noseOptional", "moustache"]],
"mask": [],
"neutral_face": [["eyesNormal", "noseOptional", "mouthNeutral"]],
"no_mouth": [["eyesNormal", "nose"]],
"open_mouth": [["eyesNormal", "noseOptional", "mouthOpen"]],
"pensive": [],
"persevere": [],
"rage": [["eyesNormal", "noseOptional", "mouthAngry"]],
"relaxed": [],
"relieved": [],
"scream": [],
"sleeping": [],
"sleepy": [],
"smile": [["eyesNormal", "noseOptional", "mouthPositiveVery"]],
"smiley": [["eyesNormal", "noseOptional", "mouthPositiveNormal"]],
"smiling_imp": [["horns", "eyesNormal", "noseOptional", "mouthPositive"]],
"smirk": [],
"sob": [["eyesNormal", "drop", "drop", "noseOptional", "mouthNegative"]],
"stuck_out_tongue": [["eyesNormal", "noseOptional", "mouthTongue"]],
"stuck_out_tongue_closed_eyes": [
["eyesClosed", "noseOptional", "mouthTongue"]
],
"stuck_out_tongue_winking_eye": [["eyesWink", "noseOptional", "mouthTongue"]],
"sunglasses": [["eyesGlasses", "noseOptional", "mouthPositive"]],
"sweat": [["drop", "eyesNormal", "noseOptional", "mouthNegative"]],
"sweat_smile": [["drop", "eyesNormal", "noseOptional", "mouthPositive"]],
"tired_face": [],
"triumph": [],
"unamused": [["eyesNormal", "noseOptional", "mouthSquiggly"]],
"weary": [],
"wink": [["eyesWink", "noseOptional", "mouthPositive"]],
"worried": [],
"yum": []
}