Skip to content
sanchojaf edited this page Oct 12, 2014 · 1 revision
{
    "title": "Hub::Customer",
    "type": "object",
    "properties": {
        "id": {"type": "String"},
        "firstname": {"type": "String"},
        "lastname": {"type": "String"},
        "email": {"type": "String"},
        "shipping_address": {"type": "Hub::Address"},
        "billing_address": {"type": "Hub::Address"}
    },
    "required": ["id", "firstname", "lastname"]
}

Clone this wiki locally