{
	"missingBlocks": [
		{
			"attributes": {
				"some_key": "some_value"
			}
		}
	],

	"invalid": [
		{
			"meta": {
				"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
				"type": "something",
				"created_at": 1453975574
			},
			"attributes": "abc"
		},
		{
			"meta": {
				"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
				"type": "something",
				"created_at": 1453975574
			},
			"attributes": { 
				"ref_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", 
				"data": null
			},
			"embeds": "abcde"
		}
	],
	"valid": [
		{
			"meta": {
				"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
				"type": "something",
				"created_at": 1453975574
			},
			"embeds": {}
		},
		{
			"meta": {
				"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
				"type": "something",
				"created_at": 1453975574
			},
			"ownership": {
				"ref_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
				"type": "sole",
				"sole": {
					"address_id": "xxx"
				}
			},
			"embeds": {}
		},
		{
			"meta": {
				"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
				"type": "something",
				"created_at": 1453975574
			},
			"attributes": {
				"ref_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
				"data": 123
			},
			"embeds": {}
		},
		{
			"meta": {
				"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
				"type": "something",
				"created_at": 1453975574
			},
			"embeds": {
				"ref_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
				"data": [
					{
						"meta": {
							"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
							"type": "something",
							"created_at": 1453975574
						}
					}
				]
			}
		}
	]
}