1
0
Fork 0
golang-github-go-ap-activit.../tests/mocks/object_with_audience.json
Daniel Baumann c8085bda34
Adding upstream version 0.0~git20250501.71edba4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-18 22:06:39 +02:00

18 lines
395 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Object",
"id": "http://www.test.example/object/1",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"bto": [
"http://example.com/sharedInbox"
],
"cc": [
"https://example.com/actors/ana",
"https://example.com/actors/bob"
],
"bcc": [
"https://darkside.cookie/actors/darthvader"
]
}