Objects
FrenchInsuranceVehicle
Schema implemented by all French contents insurance objects (see extended sections).
additionalAmenitiesArray<string>
Which amenities are available in the home.
Which amenities are available in the home.
Possible Enum values are
FIREPLACE, POOL or GARDEN.insurancePreviouslyRefusedboolean
Whether insurance coverage has been refused for this person.
insuredValuablesAmountnumber[double]
Maximum compensation for valuable property.
numberOfAdultsinteger[int32]
The number of adults residing in the home.
numberOfChildreninteger[int32]
The number of children residing in the home.
numberOfRoomsinteger[int32]
The number of rooms in the home.
outbuildingsTotalAreaFrenchOutbuildingsTotalArea
ownershipStatusstring
Whether the home is owned by the insurance holder.
Possible Enum values are
OWNER, TENANT, SECONDARY_TENANT or UNKNOWN.professionalUsageboolean
Whether the property is used for business purposes.
residentialStatusstring
Who resides in the home.
Possible Enum values are
PRIMARY_RESIDENCE, SECONDARY_RESIDENCE, RENTAL_RESIDENCE or UNKNOWN.Example
{ "additionalAmenities": "FIREPLACE", "insurancePreviouslyRefused": false, "insuredValuablesAmount": 85000, "numberOfAdults": 2, "numberOfChildren": 2, "numberOfRooms": 4, "outbuildingsTotalArea": { "@type": {} }, "ownershipStatus": "OWNER", "professionalUsage": false, "residentialStatus": "PRIMARY_RESIDENCE"}