18 lines
No EOL
361 B
JSON
18 lines
No EOL
361 B
JSON
{
|
|
"@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"
|
|
}
|
|
]
|
|
} |