{
    "id": 2,
    "name": "An ice sculpture",
    "price": 12.5,
    "warranty": true,
    "tags": [
        "cold",
        "ice"
    ],
    "otherDetails": {
        "length": 7,
        "width": 12,
        "height": 9.5,
        "warehouseLocation": {
            "latitude": -78.75,
            "longitude": 20.4
        }
    }
}