people/p/PrattRobert/people.json

Summary

Maintainability
Test Coverage
{
  "Lastname": "Pratt",
  "firstNames": [
    "Robert",
    "Vance"
  ],
  "surname": "Bob",
  "occupations": [
    "ufologist",
    "journalist",
    "writer"
  ],
  "countries": [
    "us"
  ],
  "events": [
    {
      "type": "birth",
      "time": "1926-08-12"
    },
    {
      "type": "death",
      "time": "2005-11-19"
    }
  ]
}