Micropub

By https://vanderven.se/martijn/, using https://micropublish.net

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "checkin": [
            {
                "type": [
                    "h-card"
                ],
                "properties": {
                    "name": [
                        "Home"
                    ],
                    "latitude": [
                        "12.3"
                    ],
                    "longitude": [
                        "12.3"
                    ]
                }
            }
        ],
        "content": [
            "Testing a checkin from micropublish."
        ]
    }
}