{
  "data": {
    "fullName": {
      "first": "John",
      "last": "Doe"
    },
    "dateOfBirth": "1980-01-01"<% if (templateType === 'WITH_4_PAGES') { %>,
    "homePhone": "5551234567"
    "veteranId": {
      "ssn": "987654321",
    },
    "address": {
      "country": "USA",
      "street": "123 Main St",
      "city": "City",
      "state": "CA",
      "postalCode": "12345"
    }<% } %>
  }
}
