-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path002_service.json
32 lines (32 loc) · 977 Bytes
/
002_service.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Service",
"id": "https://cvdaas.example/cvdaas_client_1",
"name": "CVD-as-a-Service",
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"inbox": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "OrderedCollection",
"id": "https://for.example/f41d0f8d-2c00-4420-97a1-a18b0ab2891e",
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"items": [],
"current": 0
},
"outbox": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "OrderedCollection",
"id": "https://for.example/7cf65683-a09d-4600-90b8-efdd8377c8f6",
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"items": [],
"current": 0
},
"following": null,
"followers": null,
"liked": null,
"streams": null,
"preferredUsername": null,
"endpoints": null
}