{
    "apis": [
        {
            "name": "#get",
            "method": "GET",
            "return": "MailingAddress",
            "params": []
        }
    ],
    "fields": [
        {
            "name": "city",
            "type": "string"
        },
        {
            "name": "city_page",
            "type": "Page"
        },
        {
            "name": "country",
            "type": "string"
        },
        {
            "name": "id",
            "type": "string"
        },
        {
            "name": "postal_code",
            "type": "string"
        },
        {
            "name": "region",
            "type": "string"
        },
        {
            "name": "street1",
            "type": "string"
        },
        {
            "name": "street2",
            "type": "string"
        }
    ]
}
