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

18 lines
361 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": "Cat 1",
"url": "http://example.org/cat1.png"
},
{
"type": "Image",
"name": "Cat 2",
"url": "http://example.org/cat2.png"
}
]
}