Judy 1.0
{
  "Gender": "Female",
  "Ethnicity": "Caucasian",
  "PhysicalFeatures": {
    "Hair": ["blonde", "shoulder length"],
    "EyeColor": "blue",
    "SkinColor": "light tan",
    "Clothing": {
      "Top": {
        "Type": "open collar dress shirt",
        "Color": "white",
        "Material": "cotton",
        "Visibility": "visible",
        "Exclusivity": "on"
      },
      "Bottom": {
        "Type": "long dress pants",
        "Color": "black",
        "Material": "wool",
        "Visibility": "visible",
        "Exclusivity": "on"
      },
      "Footwear": {
        "Type": "shoes",
        "Color": "white",
        "Visibility": "visible",
        "Exclusivity": "on"
      }
    }
  },
  "Accessories": {
    "Hat": {
      "Type": "hat",
      "Color": "white",
      "Material": "cotton",
      "Visibility": "visible",
      "Exclusivity": "on"
    }
  }
}

Judy 2.0
{
  "Judy": {
    "name": "Judy",
    "BasicCharacteristics": {
      "Ethnicity": "Caucasian",
      "Height": "average adult",
      "Weight": "Slim to athletic",
      "Age": "young adult",
      "Gender": "female",
      "Traits": [
        "leadership",
        "kindness",
        "capable"
      ]
    },
    "PhysicalFeatures": {
      "NoseSize": "small",
      "EarSize": "small",
      "Posture": "straight",
      "FacialShape": "oval",
      "SkinColor": "light tan",
      "Beard": false,
      "Hair": {
        "Color": "light blonde",
        "Length": "at shoulders",
        "Texture": "straight",
        "Part": "left"
      },
      "Eyes": {
        "Size": "large",
        "Color": "dark brown",
        "Status": "open"
      }
    },
    "Clothing": {
      "Top": {
        "Type": "Long-sleeved open-collar shirt",
        "Color": "white",
        "Material": "cotton"
      },
      "Bottom": {
        "Type": "black pants",
        "Material": "wool",
        "Visibility": "visible"
      },
      "Footwear": {
        "Type": "Pumps",
        "Color": "tan",
        "Material": "cotton"
      }
    },
    "Accessories": {
      "Earrings": false,
      "Tattoos": false,
      "Jewelry": false,
      "Neckwear": false,
      "Hat": {
        "Type": "wide brim",
        "Color": "white",
        "Material": "cotton",
        "Visibility": "visible",
        "Exclusivity": "on"
      }
    }
  }
}

Leo 1.0
{
  "Leo": {
    "Name": "Leo",
    "BasicCharacteristics": {
      "Ethnicity": "Latino",
      "Height": "average",
      "Weight": "average",
      "Age": "young adult",
      "Gender": "male",
      "Traits": [
        "optimistic",
        "natural leader",
        "shy"
      ]
    },
    "PhysicalFeatures": {
      "NoseSize": "small",
      "EarSize": "small",
      "EyeSize": "large",
      "Eyes": "open",
      "Posture": "straight",
      "FacialShape": "oval",
      "EyeColor": "dark brown",
      "SkinColor": "light tan"
    },
    "Hair": {
      "Color": "black",
      "Length": "above ears",
      "Texture": "curly",
      "Part": false,
      "FacialHair": false
    },
    "Eyes": {
      "Size": "large",
      "Color": "dark brown",
      "Status": "open"
    },
    "Clothing": {
      "Top": {
        "Type": "open collar shirt",
        "Color": "blue",
        "Material": "cotton"
      },
      "Bottom": {
        "Type": "khaki shorts",
        "Color": "khaki",
        "Material": "cotton",
        "Visibility": "visible"
      },
      "Footwear": {
        "Type": "sneakers",
        "Color": "white",
        "Material": "canvas"
      }
    },
    "Accessories": {
      "Earrings": false,
      "Tattoos": false,
      "Jewelry": false,
      "Neckwear": false,
      "Hat": {
        "Type": "fedora",
        "Color": "brown",
        "Material": "wool",
        "Visibility": "visible",
        "Exclusivity": "on"
      }
    }
  }
}

Taylor 1.0
{
  "Taylor": {
    "name": "Taylor",
    "BasicCharacteristics": {
      "Ethnicity": "Caucasian",
      "Height": "Short",
      "Weight": "average",
      "Age": "young adult",
      "Gender": "male",
      "Traits": [
        "reserved",
        "self-critical",
        "introspective"
      ]
    },
    "PhysicalFeatures": {
      "NoseSize": "medium",
      "EarSize": "medium",
      "Posture": "slightly slouched",
      "FacialShape": "round",
      "SkinColor": "light",
      "Hair": {
        "Color": "red",
        "Length": "short",
        "Texture": "straight",
        "Part": "none",
        "FacialHair": "none"
      },
      "Eyes": {
        "Size": "medium",
        "Color": "blue",
        "Status": "open"
      }
    },
    "Clothing": {
      "Top": {
        "Type": "t-shirt",
        "Color": "white",
        "Material": "cotton"
      },
      "Bottom": {
        "Type": "running sweatpants",
        "Color": "black",
        "Material": "synthetic",
        "Visibility": "visible"
      },
      "Footwear": {
        "Type": "sneakers",
        "Color": "white",
        "Material": "canvas"
      }
    },
    "Accessories": {
      "Earrings": false,
      "Tattoos": false,
      "Jewelry": false,
      "Neckwear": false,
      "Hat": {
        "Type": "ball cap",
        "Color": "white",
        "Material": "cotton",
        "Visibility": "visible",
        "Exclusivity": "on"
      }
    }
  }
}
