Skip to content

Instantly share code, notes, and snippets.

@jakub-kaninsky-epptec
Created December 21, 2022 12:20
Show Gist options
  • Select an option

  • Save jakub-kaninsky-epptec/bfcb6ea26aa6113f52621f39ab90b014 to your computer and use it in GitHub Desktop.

Select an option

Save jakub-kaninsky-epptec/bfcb6ea26aa6113f52621f39ab90b014 to your computer and use it in GitHub Desktop.
[
{
// Bundle of insurance packages
"packages": [
// Premium insurance package
{
"name": "Premium",
"price": 24.8,
"medicalExpenses": 1000000,
"accidentInsurance": "Yes (max $15,000)",
"belongingsLuggage": "Yes (max $500)",
"civicLifeResponsibility": 200000,
"hospitalStay": false,
"aboveAssistance": false
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment