Skip to main content

ark:BuildingsCoverage

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

The insurance policy or quote that this coverage applies to.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
coversAccidentsboolean

Indicates whether this coverage includes accidental damage.

Example: true
coversLegalboolean

Indicates whether this coverage includes legal protection.

Example: true
coversEmergencyboolean

Indicates whether this coverage includes emergency assistance.

Example: true
coveredRebuildTotal object
FinancialGDPR

The covered cost to rebuild the property.

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: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"
}
}