as2_core.ex13.json 343 B

1234567891011121314
  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. }
  13. ]
  14. }