| name | data type | description | 
|---|---|---|
| numberOfPeople | number | |
| injuryStatus | InjuryStatusTypeEnum | |
| involvementRole | InvolvementRolesEnum | |
| typeOfPeopleInvolved | PersonCategoryEnum | |
| peopleInvolvedExtension | ExtensionType | 
Example
{
  "numberOfPeople" : 12345,
  "injuryStatus" : "seriouslyInjured",
  "involvementRole" : "vehicleOccupant",
  "typeOfPeopleInvolved" : "veryImportantPerson",
  "peopleInvolvedExtension" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  }
}