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.

391 lines
8.2 KiB

  1. HTTP/1.1 200 OK
  2. Date: Tue, 01 May 2018 23:25:57 GMT
  3. Content-Location: activitystreams.jsonld
  4. Vary: negotiate,accept
  5. TCN: choice
  6. Last-Modified: Mon, 16 Apr 2018 00:28:23 GMT
  7. ETag: "1eb0-569ec4caa97c0;d3-540ee27e0eec0"
  8. Accept-Ranges: bytes
  9. Content-Length: 7856
  10. Cache-Control: max-age=21600
  11. Expires: Wed, 02 May 2018 05:25:57 GMT
  12. P3P: policyref="http://www.w3.org/2014/08/p3p.xml"
  13. Access-Control-Allow-Origin: *
  14. Content-Type: application/ld+json
  15. Strict-Transport-Security: max-age=15552000; includeSubdomains; preload
  16. Content-Security-Policy: upgrade-insecure-requests
  17. {
  18. "@context": {
  19. "@vocab": "_:",
  20. "xsd": "http://www.w3.org/2001/XMLSchema#",
  21. "as": "https://www.w3.org/ns/activitystreams#",
  22. "ldp": "http://www.w3.org/ns/ldp#",
  23. "id": "@id",
  24. "type": "@type",
  25. "Accept": "as:Accept",
  26. "Activity": "as:Activity",
  27. "IntransitiveActivity": "as:IntransitiveActivity",
  28. "Add": "as:Add",
  29. "Announce": "as:Announce",
  30. "Application": "as:Application",
  31. "Arrive": "as:Arrive",
  32. "Article": "as:Article",
  33. "Audio": "as:Audio",
  34. "Block": "as:Block",
  35. "Collection": "as:Collection",
  36. "CollectionPage": "as:CollectionPage",
  37. "Relationship": "as:Relationship",
  38. "Create": "as:Create",
  39. "Delete": "as:Delete",
  40. "Dislike": "as:Dislike",
  41. "Document": "as:Document",
  42. "Event": "as:Event",
  43. "Follow": "as:Follow",
  44. "Flag": "as:Flag",
  45. "Group": "as:Group",
  46. "Ignore": "as:Ignore",
  47. "Image": "as:Image",
  48. "Invite": "as:Invite",
  49. "Join": "as:Join",
  50. "Leave": "as:Leave",
  51. "Like": "as:Like",
  52. "Link": "as:Link",
  53. "Mention": "as:Mention",
  54. "Note": "as:Note",
  55. "Object": "as:Object",
  56. "Offer": "as:Offer",
  57. "OrderedCollection": "as:OrderedCollection",
  58. "OrderedCollectionPage": "as:OrderedCollectionPage",
  59. "Organization": "as:Organization",
  60. "Page": "as:Page",
  61. "Person": "as:Person",
  62. "Place": "as:Place",
  63. "Profile": "as:Profile",
  64. "Question": "as:Question",
  65. "Reject": "as:Reject",
  66. "Remove": "as:Remove",
  67. "Service": "as:Service",
  68. "TentativeAccept": "as:TentativeAccept",
  69. "TentativeReject": "as:TentativeReject",
  70. "Tombstone": "as:Tombstone",
  71. "Undo": "as:Undo",
  72. "Update": "as:Update",
  73. "Video": "as:Video",
  74. "View": "as:View",
  75. "Listen": "as:Listen",
  76. "Read": "as:Read",
  77. "Move": "as:Move",
  78. "Travel": "as:Travel",
  79. "IsFollowing": "as:IsFollowing",
  80. "IsFollowedBy": "as:IsFollowedBy",
  81. "IsContact": "as:IsContact",
  82. "IsMember": "as:IsMember",
  83. "subject": {
  84. "@id": "as:subject",
  85. "@type": "@id"
  86. },
  87. "relationship": {
  88. "@id": "as:relationship",
  89. "@type": "@id"
  90. },
  91. "actor": {
  92. "@id": "as:actor",
  93. "@type": "@id"
  94. },
  95. "attributedTo": {
  96. "@id": "as:attributedTo",
  97. "@type": "@id"
  98. },
  99. "attachment": {
  100. "@id": "as:attachment",
  101. "@type": "@id"
  102. },
  103. "bcc": {
  104. "@id": "as:bcc",
  105. "@type": "@id"
  106. },
  107. "bto": {
  108. "@id": "as:bto",
  109. "@type": "@id"
  110. },
  111. "cc": {
  112. "@id": "as:cc",
  113. "@type": "@id"
  114. },
  115. "context": {
  116. "@id": "as:context",
  117. "@type": "@id"
  118. },
  119. "current": {
  120. "@id": "as:current",
  121. "@type": "@id"
  122. },
  123. "first": {
  124. "@id": "as:first",
  125. "@type": "@id"
  126. },
  127. "generator": {
  128. "@id": "as:generator",
  129. "@type": "@id"
  130. },
  131. "icon": {
  132. "@id": "as:icon",
  133. "@type": "@id"
  134. },
  135. "image": {
  136. "@id": "as:image",
  137. "@type": "@id"
  138. },
  139. "inReplyTo": {
  140. "@id": "as:inReplyTo",
  141. "@type": "@id"
  142. },
  143. "items": {
  144. "@id": "as:items",
  145. "@type": "@id"
  146. },
  147. "instrument": {
  148. "@id": "as:instrument",
  149. "@type": "@id"
  150. },
  151. "orderedItems": {
  152. "@id": "as:items",
  153. "@type": "@id",
  154. "@container": "@list"
  155. },
  156. "last": {
  157. "@id": "as:last",
  158. "@type": "@id"
  159. },
  160. "location": {
  161. "@id": "as:location",
  162. "@type": "@id"
  163. },
  164. "next": {
  165. "@id": "as:next",
  166. "@type": "@id"
  167. },
  168. "object": {
  169. "@id": "as:object",
  170. "@type": "@id"
  171. },
  172. "oneOf": {
  173. "@id": "as:oneOf",
  174. "@type": "@id"
  175. },
  176. "anyOf": {
  177. "@id": "as:anyOf",
  178. "@type": "@id"
  179. },
  180. "closed": {
  181. "@id": "as:closed",
  182. "@type": "xsd:dateTime"
  183. },
  184. "origin": {
  185. "@id": "as:origin",
  186. "@type": "@id"
  187. },
  188. "accuracy": {
  189. "@id": "as:accuracy",
  190. "@type": "xsd:float"
  191. },
  192. "prev": {
  193. "@id": "as:prev",
  194. "@type": "@id"
  195. },
  196. "preview": {
  197. "@id": "as:preview",
  198. "@type": "@id"
  199. },
  200. "replies": {
  201. "@id": "as:replies",
  202. "@type": "@id"
  203. },
  204. "result": {
  205. "@id": "as:result",
  206. "@type": "@id"
  207. },
  208. "audience": {
  209. "@id": "as:audience",
  210. "@type": "@id"
  211. },
  212. "partOf": {
  213. "@id": "as:partOf",
  214. "@type": "@id"
  215. },
  216. "tag": {
  217. "@id": "as:tag",
  218. "@type": "@id"
  219. },
  220. "target": {
  221. "@id": "as:target",
  222. "@type": "@id"
  223. },
  224. "to": {
  225. "@id": "as:to",
  226. "@type": "@id"
  227. },
  228. "url": {
  229. "@id": "as:url",
  230. "@type": "@id"
  231. },
  232. "altitude": {
  233. "@id": "as:altitude",
  234. "@type": "xsd:float"
  235. },
  236. "content": "as:content",
  237. "contentMap": {
  238. "@id": "as:content",
  239. "@container": "@language"
  240. },
  241. "name": "as:name",
  242. "nameMap": {
  243. "@id": "as:name",
  244. "@container": "@language"
  245. },
  246. "duration": {
  247. "@id": "as:duration",
  248. "@type": "xsd:duration"
  249. },
  250. "endTime": {
  251. "@id": "as:endTime",
  252. "@type": "xsd:dateTime"
  253. },
  254. "height": {
  255. "@id": "as:height",
  256. "@type": "xsd:nonNegativeInteger"
  257. },
  258. "href": {
  259. "@id": "as:href",
  260. "@type": "@id"
  261. },
  262. "hreflang": "as:hreflang",
  263. "latitude": {
  264. "@id": "as:latitude",
  265. "@type": "xsd:float"
  266. },
  267. "longitude": {
  268. "@id": "as:longitude",
  269. "@type": "xsd:float"
  270. },
  271. "mediaType": "as:mediaType",
  272. "published": {
  273. "@id": "as:published",
  274. "@type": "xsd:dateTime"
  275. },
  276. "radius": {
  277. "@id": "as:radius",
  278. "@type": "xsd:float"
  279. },
  280. "rel": "as:rel",
  281. "startIndex": {
  282. "@id": "as:startIndex",
  283. "@type": "xsd:nonNegativeInteger"
  284. },
  285. "startTime": {
  286. "@id": "as:startTime",
  287. "@type": "xsd:dateTime"
  288. },
  289. "summary": "as:summary",
  290. "summaryMap": {
  291. "@id": "as:summary",
  292. "@container": "@language"
  293. },
  294. "totalItems": {
  295. "@id": "as:totalItems",
  296. "@type": "xsd:nonNegativeInteger"
  297. },
  298. "units": "as:units",
  299. "updated": {
  300. "@id": "as:updated",
  301. "@type": "xsd:dateTime"
  302. },
  303. "width": {
  304. "@id": "as:width",
  305. "@type": "xsd:nonNegativeInteger"
  306. },
  307. "describes": {
  308. "@id": "as:describes",
  309. "@type": "@id"
  310. },
  311. "formerType": {
  312. "@id": "as:formerType",
  313. "@type": "@id"
  314. },
  315. "deleted": {
  316. "@id": "as:deleted",
  317. "@type": "xsd:dateTime"
  318. },
  319. "inbox": {
  320. "@id": "ldp:inbox",
  321. "@type": "@id"
  322. },
  323. "outbox": {
  324. "@id": "as:outbox",
  325. "@type": "@id"
  326. },
  327. "following": {
  328. "@id": "as:following",
  329. "@type": "@id"
  330. },
  331. "followers": {
  332. "@id": "as:followers",
  333. "@type": "@id"
  334. },
  335. "streams": {
  336. "@id": "as:streams",
  337. "@type": "@id"
  338. },
  339. "preferredUsername": "as:preferredUsername",
  340. "endpoints": {
  341. "@id": "as:endpoints",
  342. "@type": "@id"
  343. },
  344. "uploadMedia": {
  345. "@id": "as:uploadMedia",
  346. "@type": "@id"
  347. },
  348. "proxyUrl": {
  349. "@id": "as:proxyUrl",
  350. "@type": "@id"
  351. },
  352. "liked": {
  353. "@id": "as:liked",
  354. "@type": "@id"
  355. },
  356. "oauthAuthorizationEndpoint": {
  357. "@id": "as:oauthAuthorizationEndpoint",
  358. "@type": "@id"
  359. },
  360. "oauthTokenEndpoint": {
  361. "@id": "as:oauthTokenEndpoint",
  362. "@type": "@id"
  363. },
  364. "provideClientKey": {
  365. "@id": "as:provideClientKey",
  366. "@type": "@id"
  367. },
  368. "signClientKey": {
  369. "@id": "as:signClientKey",
  370. "@type": "@id"
  371. },
  372. "sharedInbox": {
  373. "@id": "as:sharedInbox",
  374. "@type": "@id"
  375. },
  376. "Public": {
  377. "@id": "as:Public",
  378. "@type": "@id"
  379. },
  380. "source": "as:source",
  381. "likes": {
  382. "@id": "as:likes",
  383. "@type": "@id"
  384. },
  385. "shares": {
  386. "@id": "as:shares",
  387. "@type": "@id"
  388. }
  389. }
  390. }