ark:TravelCoverage
URI format identifier used to refer to this node within the graph.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000A type identifier used to indicate the data model that the node conforms to.
ark:TravelCoverageark:TravelCoverageThe insurance policy or quote that this coverage applies to.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000Indicates whether this coverage includes emergency medical expenses.
trueIndicates whether this coverage includes cancellation and curtailment.
trueIndicates whether this coverage includes baggage and personal possessions.
trueIndicates whether this coverage includes legal protection.
trueThe geographical areas covered by the policy, as ISO 3166-1 alpha-2 country codes, 'EU', or 'Worldwide'.
Possible values: Value must match regular expression ^([A-Z]{2}|EU|Worldwide)$
["GB","NZ","US"]The geographical areas explicitly excluded from the coverage, as ISO 3166-1 alpha-2 country codes, 'EU', or 'Worldwide'.
Possible values: Value must match regular expression ^([A-Z]{2}|EU|Worldwide)$
["JE","GG","IM"]{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:TravelCoverage",
"relatedTo": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"coversMedical": true,
"coversCancellation": true,
"coversPossessions": true,
"coversLegal": true,
"geographicalLimit": [
"GB",
"NZ",
"US"
],
"geographicalExclusion": [
"JE",
"GG",
"IM"
]
}