By https://grant.codes/, using https://micropub-post-types.glitch.me
{ "type": [ "h-entry" ], "properties": { "url": [ "http:\/\/example.com\/this\/repost" ], "published": [ "2012-12-05T00:58:26+00:00" ], "content": [ { "html": "Shared <a href=\"http:\/\/example.com\/original\/post\">a post<\/a> by <span class=\"h-card\">\n \n<a class=\"p-name u-url\" href=\"http:\/\/example.com\/bob\">Bob<\/a>\n \n <\/span>\nThe original post" } ], "repost-of": [ { "type": [ "h-cite" ], "properties": { "author": [ { "type": [ "h-card" ], "properties": { "name": [ "Bob" ], "url": [ "http:\/\/example.com\/bob" ] } } ], "content": [ { "html": "The original post", "value": "The original post" } ], "url": [ "http:\/\/example.com\/original\/post" ] } } ], "author": [ { "type": [ "h-card" ], "properties": { "name": [ "Alice" ], "url": [ "http:\/\/example.com\/alice" ] } } ] } }