You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

31 lines
909 B

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
}
]
}