HTTP/1.1 200 OK
Server: Apache
Date: Wed, 30 Jul 2018 03:29:14 GMT
Content-Type: application/activity+json
Connection: keep-alive

{
    "@context": "https://www.w3.org/ns/activitystreams",
    "id": "http://activitystreams.example/video.json",
    "type": "Note",
    "published": "2018-07-12T13:02:04-07:00",
    "attributedTo": "https://activitystreams.example/aaronpk",
    "content": "This is the text content of an ActivityStreams photo",
    "to": [
        "https://www.w3.org/ns/activitystreams#Public"
    ],
    "tag": [
        {
            "id": "https://aaronparecki.com/tag/activitystreams",
            "name": "#activitystreams"
        }
    ],
    "attachment": [
        {
            "type": "Document",
            "mediaType": "video/mp4",
            "url": "https://aaronparecki.com/2018/07/21/19/video.mp4",
            "name": null
        }
    ]
}