ark:BuildingsCoverage
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:BuildingsCoverageExample:
ark:BuildingsCoveragerelatedTourirequired
The insurance policy or quote that this coverage applies to.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000coversAccidentsboolean
Indicates whether this coverage includes accidental damage.
Example:
truecoversLegalboolean
Indicates whether this coverage includes legal protection.
Example:
truecoversEmergencyboolean
Indicates whether this coverage includes emergency assistance.
Example:
truecoveredRebuildTotal objectFinancialGDPR
The covered cost to rebuild the property.
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:BuildingsCoverage
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:BuildingsCoverage",
"relatedTo": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"coversAccidents": true,
"coversLegal": true,
"coversEmergency": true,
"coveredRebuildTotal": {
"amount": "string",
"currency": "string"
}
}