as2_core.ex12.json 279 B

1234567891011
  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. "type": "Link",
  8. "href": "http://example.org/application/123.png",
  9. "mediaType": "image/png"
  10. }
  11. }