as2_core.ex14.json 369 B

123456789101112131415
  1. {
  2. "@context": "https://www.w3.org/ns/activitystreams",
  3. "type": "Application",
  4. "id": "http://example.org/application/123",
  5. "name": "Exampletron 3000",
  6. "image": [
  7. "http://example.org/application/abc.gif",
  8. {
  9. "type": "Link",
  10. "href": "http://example.org/application/123.png",
  11. "mediaType": "image/png",
  12. "rel": "thumbnail"
  13. }
  14. ]
  15. }