Skip to main content

ark:TravelCoverage

idurirequired

URI format identifier used to refer to this node within the graph.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:TravelCoverage
Example: ark:TravelCoverage
relatedTourirequired

The insurance policy or quote that this coverage applies to.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
coversMedicalboolean

Indicates whether this coverage includes emergency medical expenses.

Example: true
coversCancellationboolean

Indicates whether this coverage includes cancellation and curtailment.

Example: true
coversPossessionsboolean

Indicates whether this coverage includes baggage and personal possessions.

Example: true
coversLegalboolean

Indicates whether this coverage includes legal protection.

Example: true
geographicalLimitstring[]

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"
]
}