By https://grant.codes/, using https://micropub-post-types.glitch.me
{
"type": [
"h-entry"
],
"properties": {
"url": [
"http:\/\/example.com\/this\/invite"
],
"invitee": [
{
"type": [
"h-card"
],
"properties": {
"name": [
"Alice"
],
"url": [
"http:\/\/example.com\/alice"
]
}
}
],
"author": [
{
"type": [
"h-card"
],
"properties": {
"name": [
"Mr. Host"
],
"url": [
"http:\/\/example.com\/host"
]
}
}
]
}
}