This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/tests/mocks/link_simple.json

9 lines
189 B
JSON
Raw Normal View History

2018-06-09 11:08:30 +00:00
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Link",
"href": "http://example.org/abc",
"hrefLang": "en",
2018-06-09 11:08:30 +00:00
"mediaType": "text/html",
"name": "An example link"
}