{
    "items": [{
        "type": ["h-entry"],
        "properties": {
            "in-reply-to": [{
                "type": ["h-cite"],
                "properties": {
                    "name": ["Example Post"],
                    "url": ["http://example.com/post"],

                    "author": [{
                        "type": ["h-card"],
                        "properties": {
                            "url": ["http://example.com"],
                            "name": ["Example Author"]
                        },
                        "value": "Example Author"
                    }]
                },
                "value": "http://example.com/post"
            }]
        }
    }],
	"rels": {},
	"rel-urls": {}
}