{
    "animal": {
        "type": {
            "name": {"type": "string", "value": "pug"}
        }
    },
    "contact": {
        "personal": {
            "email": {"type": "string", "value": "donald@duckburg.com"},
            "name":  {"type": "string", "value": "Donald Duck"}
        },
        "work": {
            "email": {"type": "string", "value": "donald@ScroogeCorp.com"},
            "name":  {"type": "string", "value": "Coin cleaner"}
        }
    },
    "name": {
        "first": {"type": "string", "value": "Tom"},
        "last":  {"type": "string", "value": "Preston-Werner"}
    },
    "point": {
        "x": {"type": "integer", "value": "1"},
        "y": {"type": "integer", "value": "2"}
    }
}
