Micropub

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

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "content": [
            "i hereby quote"
        ],
        "quotation-of": [
            {
                "type": [
                    "h-cite"
                ],
                "properties": {
                    "content": [
                        "this is being quoted"
                    ],
                    "url": [
                        "http:\/\/quoted\/post"
                    ]
                }
            }
        ]
    }
}