ark:TravelCoverage
idurirequired
URI format identifier used to refer to this node within the graph.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:TravelCoverageExample:
ark:TravelCoveragerelatedTourirequired
The insurance policy or quote that this coverage applies to.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000coversMedicalboolean
Indicates whether this coverage includes emergency medical expenses.
Example:
truecoversCancellationboolean
Indicates whether this coverage includes cancellation and curtailment.
Example:
truecoversPossessionsboolean
Indicates whether this coverage includes baggage and personal possessions.
Example:
truecoversLegalboolean
Indicates whether this coverage includes legal protection.
Example:
truegeographicalLimitstring[]
The 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)$
Example:
["GB","NZ","US"]ark:TravelCoverage
{
"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"
]
}