{
	"invalid": [ 
		{
			"unexpected_key": "abc",
			"meta": "xxx",
			"attributes": "xxx",
			"ownership": "xxx",
			"embeds": "xxx"
		},
		{
			"attributes": "xxx",
			"ownership": "xxx",
			"embeds": "xxx"
		},
		{
			"meta": 1234
		},
		{
			"meta": "xxx",
			"ownership": 1234
		},
		{
			"meta": "xxx",
			"ownership": "xxx",
			"attributes": 123
		},
		{
			"meta": "xxx",
			"ownership": "xxx",
			"attributes": "xxx",
			"embeds": 123
		},
		{
			"meta": "xxx",
			"ownership": "xxx",
			"attributes": 200.10
		}
	]
}