Skip to main content

ark:ContentsCoverage

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:ContentsCoverage
Example: ark:ContentsCoverage
relatedTourirequired

The insurance policy or quote that this coverage applies to.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
geographicalLimitstring[]

The geographical areas the coverage applies to, 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"]
geographicalExclusionstring[]

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)$

Example: ["JE","GG","IM"]
coversContentsboolean

Indicates whether this coverage includes household contents.

Example: true
coversPossessionsboolean

Indicates whether this coverage includes personal possessions away from home.

Example: true
coversAccidentsboolean

Indicates whether this coverage includes accidental damage.

Example: true
coversLegalboolean

Indicates whether this coverage includes legal protection.

Example: true
coveredContentsTotal object
FinancialGDPR

The covered cost to replace contents.

type
Constant value: ark:CurrencyValue
amountstringrequired

Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$

currencystringrequired

Possible values: Value must match regular expression ^[A-Z]{3}$

ark:ContentsCoverage
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:ContentsCoverage",
"relatedTo": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"geographicalLimit": [
"GB",
"NZ",
"US"
],
"geographicalExclusion": [
"JE",
"GG",
"IM"
],
"coversContents": true,
"coversPossessions": true,
"coversAccidents": true,
"coversLegal": true,
"coveredContentsTotal": {
"amount": "string",
"currency": "string"
}
}