ark:ContentsCoverage
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:ContentsCoverageExample:
ark:ContentsCoveragerelatedTourirequired
The insurance policy or quote that this coverage applies to.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000coversContentsboolean
Indicates whether this coverage includes household contents.
Example:
truecoversPossessionsboolean
Indicates whether this coverage includes personal possessions away from home.
Example:
truecoversAccidentsboolean
Indicates whether this coverage includes accidental damage.
Example:
truecoversLegalboolean
Indicates whether this coverage includes legal protection.
Example:
truecoveredContentsTotal objectFinancialGDPR
The covered cost to replace contents.
type
Constant value:
ark:CurrencyValueamountstringrequired
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"
}
}