-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathabout-mappings.jsonc
More file actions
56 lines (56 loc) · 1.19 KB
/
Copy pathabout-mappings.jsonc
File metadata and controls
56 lines (56 loc) · 1.19 KB
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
{
"type": "shorthair",
"name": "British Shorthair",
"category": "shorthaired",
"origin": {
"country": "United Kingdom",
"region": "Great Britain"
},
"physicalCharacteristics": {
"coatLength": "short",
"coatTexture": "dense",
"commonColors": [
"blue",
"black",
"white",
"cream",
"silver"
],
"eyeColors": [
"copper",
"gold",
"blue",
"green"
],
"averageWeightKg": {
"male": 6.5,
"female": 5.0
}
},
"temperament": [
"calm",
"affectionate",
"independent",
"gentle"
],
"energyLevel": "moderate",
"intelligence": "high",
"lifespanYears": {
"min": 12,
"max": 17
},
"careRequirements": {
"groomingFrequency": "weekly",
"sheddingLevel": "moderate",
"healthNotes": [
"prone to obesity if overfed",
"can be predisposed to hypertrophic cardiomyopathy"
]
},
"goodWith": {
"children": true,
"otherCats": true,
"dogs": true
},
"description": "The British Shorthair is a sturdy, round-faced cat known for its plush coat and easygoing personality. It is affectionate without being overly demanding and adapts well to indoor living."
}