| 1 | [ |
| 2 | { |
| 3 | "name": "Alex", |
| 4 | "age": "45", |
| 5 | "gender": "male", |
| 6 | "occupation": "CTO", |
| 7 | "personality traits": "analytical, decisive, reserved", |
| 8 | "speaking style": "concise, technical, authoritative" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Maya", |
| 12 | "age": "35", |
| 13 | "gender": "female", |
| 14 | "occupation": "Head of Security", |
| 15 | "personality traits": "assertive, strategic, composed", |
| 16 | "speaking style": "direct, no-nonsense, confident" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Sam", |
| 20 | "age": "30", |
| 21 | "gender": "female", |
| 22 | "occupation": "Cybersecurity Analyst", |
| 23 | "personality traits": "meticulous, curious, diligent", |
| 24 | "speaking style": "detail-oriented, methodical, precise" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Blake", |
| 28 | "age": "50", |
| 29 | "gender": "male", |
| 30 | "occupation": "CEO", |
| 31 | "personality traits": "charismatic, pragmatic, authoritative", |
| 32 | "speaking style": "charismatic, persuasive, strategic" |
| 33 | } |
| 34 | ] |