tirocinio-canali-steffo-acrate/acrate_astreams/tests/activitystreams/examples/81.json

11 lines
240 B
JSON
Raw Permalink Normal View History

{
"@context": "https://www.w3.org/ns/activitystreams",
"name": "A simple note",
"type": "Note",
"content": "This is all there is.",
"image": {
"type": "Image",
"name": "A Cat",
"url": "http://example.org/cat.png"
}
}