Micropub

By https://grant.codes/, using https://micropub-post-types.glitch.me

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "name": [
            "Article with photo"
        ],
        "content": [
            "Isn't this neat"
        ],
        "photo": [
            "https:\/\/placeimg.com\/500\/200"
        ]
    }
}