-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathData.json
More file actions
33 lines (33 loc) · 869 Bytes
/
Data.json
File metadata and controls
33 lines (33 loc) · 869 Bytes
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
{
"name": "Jane",
"pronouns": "she/her",
"species": "human",
"occupation": ["software engineer", "writer"],
"physical": {
"hair": {
"color": "brown",
"length": "shoulder-length"
},
"eyes": "brown",
"gender": "female",
"body_type": "average",
"age": "28",
"height": "5'6",
"weight": "130 lbs",
"skin": {
"type": "combination",
"color": "fair",
"tattoos": "none",
"piercings": "ears",
"scars": "small scar above left eyebrow",
"makeup": "minimal"
}
},
"traits": {
"personality": ["introverted", "analytical", "curious"],
"likes": ["reading", "hiking", "board games"],
"dislikes": ["crowds", "spicy food", "loud noises"],
"hobbies": ["writing fiction", "playing guitar", "cooking"],
"interests": ["science fiction", "psychology", "philosophy"]
}
}