personality_analysis_team / example_data.json
Zekun Wu
update
5269885
raw
history blame
2.58 kB
{
"Team": [
{
"name": "JAMES ARTHUR",
"main_profile": {
"VISION": {
"score": "HIGH"
},
"IDEATION": {
"score": "HIGH"
},
"OPPORTUNISM": {
"score": "HIGH"
},
"DRIVE": {
"score": "HIGH"
},
"RESILIENCE": {
"score": "HIGH"
}
},
"red_flag": {
"HUBRIS": {
"score": "HIGH"
},
"MERCURIAL": {
"score": "LOW"
},
"DOMINANT": {
"score": "HIGH"
},
"MACHIAVELLIAN": {
"score": "AVERAGE"
}
}
},
{
"name": "LOUSIE HART",
"main_profile": {
"VISION": {
"score": "AVERAGE"
},
"IDEATION": {
"score": "AVERAGE"
},
"OPPORTUNISM": {
"score": "AVERAGE"
},
"DRIVE": {
"score": "HIGH"
},
"RESILIENCE": {
"score": "HIGH"
}
},
"red_flag": {
"HUBRIS": {
"score": "AVERAGE"
},
"MERCURIAL": {
"score": "LOW"
},
"DOMINANT": {
"score": "HIGH"
},
"MACHIAVELLIAN": {
"score": "LOW"
}
}
},
{
"name": "SIMONE LEVY",
"main_profile": {
"VISION": {
"score": "LOW"
},
"IDEATION": {
"score": "AVERAGE"
},
"OPPORTUNISM": {
"score": "LOW"
},
"DRIVE": {
"score": "AVERAGE"
},
"RESILIENCE": {
"score": "LOW"
}
},
"red_flag": {
"HUBRIS": {
"score": "LOW"
},
"MERCURIAL": {
"score": "LOW"
},
"DOMINANT": {
"score": "LOW"
},
"MACHIAVELLIAN": {
"score": "LOW"
}
}
},
{
"name": "Uri Lef",
"main_profile": {
"VISION": {
"score": "HIGH"
},
"IDEATION": {
"score": "HIGH"
},
"OPPORTUNISM": {
"score": "HIGH"
},
"DRIVE": {
"score": "AVERAGE"
},
"RESILIENCE": {
"score": "LOW"
}
},
"red_flag": {
"HUBRIS": {
"score": "AVERAGE"
},
"MERCURIAL": {
"score": "HIGH"
},
"DOMINANT": {
"score": "HIGH"
},
"MACHIAVELLIAN": {
"score": "AVERAGE"
}
}
}
]
}