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/article.json",
|
|
"type": "Article",
|
|
"published": "2018-07-12T13:02:04-07:00",
|
|
"attributedTo": "https://activitystreams.example/aaronpk",
|
|
"name": "An Article",
|
|
"content": "<p>This is the content of an <b>ActivityStreams</b> article</p>",
|
|
"to": [
|
|
"https://www.w3.org/ns/activitystreams#Public"
|
|
],
|
|
"tag": [
|
|
{
|
|
"id": "https://aaronparecki.com/tag/activitystreams",
|
|
"name": "#activitystreams",
|
|
"type": "Hashtag"
|
|
}
|
|
]
|
|
}
|