Its safe to assume relevant data for each webhook would be similar to the data you see when you GET the same type of resource. For example, an Orders webhook data, should be similar to what you would see on the order in the API.
There is one gotcha, the webhook data does not include a root node.
I also recommend using http://requestb.in to play with some webhooks and get an idea.