{
  "田中花子": {
    "blood": "A",
    "height": 158,
    "member_color": "ピンク",
    "hobbies": "読書、映画鑑賞",
    "special_skills": "ダンス、ものまね",
    "sources": [
      {
        "url": "https://example.com/profile/hanako",
        "type": "official_profile",
        "provides": ["blood", "height", "member_color", "hobbies", "special_skills"]
      }
    ]
  },
  "佐藤純": {
    "blood": "O",
    "height": 162,
    "member_color": "ブルー",
    "hobbies": "料理",
    "special_skills": "早口言葉",
    "sources": [
      {
        "url": "https://example.com/profile/jun",
        "type": "official_profile",
        "provides": ["blood", "height", "member_color", "hobbies", "special_skills"]
      }
    ]
  }
}
