11 lines
240 B
JSON
11 lines
240 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": "A Cat",
|
||
|
"url": "http://example.org/cat.png"
|
||
|
}
|
||
|
}
|