-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathdefinition.json
236 lines (236 loc) · 5.48 KB
/
definition.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{
"attributes": {
"age-range": {
"description": "Age range that the person appears to be",
"misp-attribute": "float",
"ui-priority": 0
},
"beard": {
"description": "Description of the characteristics of someones beard.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Beardless",
"Stubble Short",
"Stuble Medium",
"Stuble Long",
"Full Beard",
"French Fork",
"Ducktail",
"Goatee",
"Imperial",
"Van Dyke",
"Anchor",
"Balbo",
"Mutton Chops",
"Verdi",
"Garibaldi",
"Dutch",
"Winter Beard",
"Mustache",
"Unknown"
]
},
"birthmark": {
"description": "Position(s) of birthmarks.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Head",
"Arms",
"Back",
"Torso",
"Legs",
"Foot",
"Backside",
"Unknown"
]
},
"body-type": {
"description": "Body type of a person.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0,
"values_list": [
"Slim",
"Tone",
"Muscular",
"Stocky",
"Large",
"Unknown"
]
},
"color-of-eyes": {
"description": "Description of a person’s colour of eyes.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Amber",
"Blue",
"Brown",
"Gray",
"Green",
"Hazel",
"Red",
"Unknown"
]
},
"hair-characteristics": {
"description": "Description of the characteristics of someones hairs.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Straight",
"Wavy",
"Curly",
"Coily",
"Unknown"
]
},
"hair-color": {
"description": "Description of a person’s colour of hair.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Black",
"Brown",
"Auburn",
"Red",
"Blond",
"Gray",
"White",
"Blue",
"Pink",
"Green",
"Violet",
"Unknown"
]
},
"haircut": {
"description": "Description of the characteristics of someones hairs.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Crew Cut",
"Shaved",
"Bald",
"Long",
"Spiky",
"Dreadlocks",
"Cornrow",
"Bob",
"Layered",
"Flat-top",
"Chignon",
"Bun",
"French Twist",
"Medium",
"Braid",
"Pigtails",
"Ponytail",
"Unknown"
]
},
"height": {
"description": "Height of a person in cm.",
"misp-attribute": "float",
"multiple": true,
"ui-priority": 10
},
"other-facial-features": {
"description": "Description of other facial features such as nose, cheeks, lips etc...",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10
},
"portrait": {
"description": "Portrait of the person.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 10
},
"shape-of-eyes": {
"description": "Description of a person’s eye shape.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Monolids",
"Hooded",
"Upturned",
"Downturned",
"Round",
"Almond",
"Unknown"
]
},
"shoe-size": {
"description": "Shoe size of a person.",
"misp-attribute": "float",
"multiple": true,
"ui-priority": 10,
"values_list": [
"US",
"UK",
"EU",
"Asia",
"CM",
"Inches"
]
},
"skin-charateristics": {
"description": "Traits or features of a person's skin",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Normal",
"Irritated",
"Dry",
"Oily",
"Scaly",
"Red spots",
"Skin moles"
]
},
"skin-complexion": {
"description": "Skin tone and complexion of a person. Type I: Extremely fair skin, always burns, never tans. Type II: Fair skin, always burns, sometimes tans.Dry: Medium skin, sometimes burns, always tans.Type IV: Olive skin, rarely burns, always tans. Type V: Moderately pigmented brown skin, never burns, always tans. Type VI: Markedly pigmented black skin, never burns, always tans. ",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Type I",
"Type II",
"Type III",
"Type IV",
"Type V",
"Type VI",
"Unknown"
]
},
"weight": {
"description": "Weight of a person in Kg.",
"misp-attribute": "float",
"multiple": true,
"ui-priority": 10
}
},
"description": "An object which describes a person or an identity",
"meta-category": "misc",
"name": "personification",
"requiredOneOf": [
"beard",
"portrait",
"body-type",
"hair-color",
"age-range"
],
"uuid": "102a8696-420b-486d-806d-70a34d2f4e54",
"version": 2
}