Generated on Feb 6, 2025, 4:49:31 PMgemini-1.5-flash
{
"character": {
"hair": {
"color": "red",
"style": "default" //Could be expanded to allow for specific hairstyles
},
"torso": {
"shirt": "none"
},
"headwear": {
"bandana": {
"color": "red"
}
},
"lowerBody": {
"pants": {
"color": "white"
},
"shoes": "none"
},
"accessories": {
"belt": {
"color": "black"
}
},
"skin": {
"color": "white"
},
"eyes": {
"color": "blue"
},
"additionalDetails": {
"pose": "default", //Could be expanded to allow for specific poses
"expression": "neutral" //Could be expanded to allow for specific expressions
}
}
}