Micropub

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

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "photo": [
            {
                "type": [
                    "h-media"
                ],
                "properties": {
                    "name": [
                        "The Photo Caption"
                    ],
                    "url": [
                        "https:\/\/ben.thatmustbe.me\/static\/img.jpg"
                    ]
                },
                "value": "https:\/\/ben.thatmustbe.me\/static\/img.jpgThe Photo Caption"
            }
        ],
        "name": [
            ""
        ]
    }
}