123456789101112 |
- {
- "@context": "https://www.w3.org/ns/activitystreams",
- "id": "http://example.org/foo",
- "type": "Note",
- "name": "My favourite stew recipe",
- "attributedTo": {
- "id": "http://joe.website.example/",
- "type": "Person",
- "name": "Joe Smith"
- },
- "published": "2014-08-21T12:34:56Z"
- }
|