12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"type": "Note",
|
|
"name": "Have you seen my cat?",
|
|
"attachment": [
|
|
{
|
|
"type": "Image",
|
|
"content": "This is what he looks like.",
|
|
"url": "http://example.org/cat.jpeg"
|
|
}
|
|
]
|
|
}
|