ark:ContentsCoverage
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:ContentsCoverageark:ContentsCoverageThe insurance policy or quote that this coverage applies to.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000The 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)$
["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"]Indicates whether this coverage includes household contents.
trueIndicates whether this coverage includes personal possessions away from home.
trueIndicates whether this coverage includes accidental damage.
trueIndicates whether this coverage includes legal protection.
truecoveredContentsTotal objectFinancialGDPR
The covered cost to replace contents.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: Value must match regular expression ^[A-Z]{3}$
{
"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"
}
}