speakers.json 389 B

12345678910111213141516171819202122
  1. {
  2. "SPEAKER_00": {
  3. "name": "A.A.A",
  4. "role": "Serving Brother",
  5. "location": "Sydney"
  6. },
  7. "SPEAKER_01": {
  8. "name": "A.A.A",
  9. "role": "Contributor",
  10. "location": "London"
  11. },
  12. "SPEAKER_02": {
  13. "name": "A.A.A",
  14. "role": "Contributor",
  15. "location": "Hobart"
  16. },
  17. "SPEAKER_03": {
  18. "name": "A.A.A",
  19. "role": "Contributor",
  20. "location": "Perth"
  21. }
  22. }