---
title: "DeceaseFamily"
url: "https://developers.zinnia.com/apis/new-business/versions/b8532e16-b28e-4393-9305-def50b91e40e/schemas/DeceaseFamily"
---

> Full API specification: https://developers.zinnia.com/apis/new-business/versions/b8532e16-b28e-4393-9305-def50b91e40e.md

# DeceaseFamily

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia New Business API.
  version: 0.9.8
servers:
  - url: https://qa.api.zinnia.io
    description: QA Environment
  - url: https://dev.api.zinnia.io
    description: DEV Environment
  - url: https://uat.api.zinnia.io
    description: UAT Environment
  - url: https://api.zinnia.io
    description: PROD Environment
components:
  schemas:
    DeceaseFamily:
      type: object
      properties:
        relationship:
          type: string
          enum:
            - Aunt
            - Brother
            - Business
            - Business Associate
            - Charity
            - Child
            - Co-Mortgager
            - Cousin
            - Daughter
            - Dependant
            - Domestic Partner
            - Estate
            - Executors
            - Father
            - Fiance
            - Fiancee
            - Former Spouse
            - Friend
            - God Child
            - God Parent
            - Grandchild
            - Grandparent
            - Great Grandchild
            - Great Grandparent
            - Legal Guardian
            - Life Partner
            - Mother
            - Nephew
            - Niece
            - Parent
            - Parents In Law
            - Sibling
            - Sister
            - Son
            - Spouse
            - Stepfather
            - Stepmother
            - Trust
            - Uncle
            - Self
            - Other
          description: Relationship with the insured
        ageOfDeath:
          type: string
          description: Age at death
        diagnosis:
          type: string
          enum:
            - Coronary artery disease
            - Heart attack
            - Heart failure or congestive heart failure
            - Stroke
            - Bladder Cancer
            - Colon and Rectal Cancer
            - Kidney Cancer
            - Leukemia
            - Liver Cancer
            - Lung Cancer
            - Melanoma
            - Non-Hodgkin Lymphoma
            - Pancreatic Cancer
            - Prostate or testicular Cancer
            - Thyroid Cancer
            - Other
            - Breast Cancer
            - Endometrial/Ovarian/Cervical Cancer
          description: Diagnosis reason
```
