10 lines
282 B
JSON
10 lines
282 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"name": "Holiday announcement",
|
||
|
"type": "Note",
|
||
|
"content": "Thursday will be a company-wide holiday. Enjoy your day off!",
|
||
|
"audience": {
|
||
|
"type": "http://example.org/Organization",
|
||
|
"name": "ExampleCo LLC"
|
||
|
}
|
||
|
}
|