Last active
April 18, 2024 22:43
-
-
Save klaeufer/f8cd3cfd232c46dbb4efbfd899e7f3eb to your computer and use it in GitHub Desktop.
LUC COMP 141 Materials
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"breed": "Abyssinian", | |
"country": "Ethiopia", | |
"origin": "Natural\/Standard", | |
"coat": "Short", | |
"pattern": "Ticked" | |
}, | |
{ | |
"breed": "Aegean", | |
"country": "Greece", | |
"origin": "Natural\/Standard", | |
"coat": "Semi-long", | |
"pattern": "Bi- or tri-colored" | |
}, | |
{ | |
"breed": "American Curl", | |
"country": "United States", | |
"origin": "Mutation", | |
"coat": "Short\/Long", | |
"pattern": "All" | |
}, | |
{ | |
"breed": "American Bobtail", | |
"country": "United States", | |
"origin": "Mutation", | |
"coat": "Short\/Long", | |
"pattern": "All" | |
}, | |
{ | |
"breed": "American Shorthair", | |
"country": "United States", | |
"origin": "Natural", | |
"coat": "Short", | |
"pattern": "All but colorpoint" | |
}, | |
{ | |
"breed": "American Wirehair", | |
"country": "United States", | |
"origin": "Mutation", | |
"coat": "Rex", | |
"pattern": "All but colorpoint" | |
}, | |
{ | |
"breed": "Arabian Mau", | |
"country": "Arabian Peninsula", | |
"origin": "Natural", | |
"coat": "Short", | |
"pattern": "" | |
}, | |
{ | |
"breed": "Australian Mist", | |
"country": "Australia", | |
"origin": "Crossbreed", | |
"coat": "Short", | |
"pattern": "Spotted and Classic tabby" | |
}, | |
{ | |
"breed": "Asian", | |
"country": "developed in the United Kingdom (founding stock from Asia)", | |
"origin": "", | |
"coat": "Short", | |
"pattern": "Evenly solid" | |
}, | |
{ | |
"breed": "Asian Semi-longhair", | |
"country": "United Kingdom", | |
"origin": "Crossbreed", | |
"coat": "Semi-long", | |
"pattern": "Solid" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment