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
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",
"coversContents": true,
"coversPossessions": true,
"coversAccidents": true,
"coversLegal": true,
"coveredContentsTotal": {
"amount": "string",
"currency": "string"
}
}