test change ledger
This commit is contained in:
parent
17c1bc0e4f
commit
e35b3ade39
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{"ledger":"vonbraun-test","insert":{
|
||||
"@id": "https://banana.example.net/users/one",
|
||||
"@context": [
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
|
@ -14,4 +14,4 @@
|
|||
"outbox": "https://banana.example.net/users/one/outbox",
|
||||
"followers": "https://banana.example.net/users/one/followers",
|
||||
"following": "https://banana.example.net/users/one/following"
|
||||
}
|
||||
}}
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"@id": "https://banana.example.net/users/one/followers",
|
||||
"type": "OrderedCollection",
|
||||
"orderedItems": [
|
||||
"https://banana.example.net/users/two"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"@id": "https://banana.example.net/users/one/following",
|
||||
"type": "OrderedCollection",
|
||||
"orderedItems": [
|
||||
"https://banana.example.net/users/two"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@id": "https://banana.example.net/users/two",
|
||||
"@context": [
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
|
@ -14,4 +16,5 @@
|
|||
"outbox": "https://banana.example.net/users/two/outbox",
|
||||
"followers": "https://banana.example.net/users/two/followers",
|
||||
"following": "https://banana.example.net/users/two/following"
|
||||
}
|
||||
}
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"@id": "https://banana.example.net/users/two/followers",
|
||||
"type": "OrderedCollection",
|
||||
"orderedItems": [
|
||||
"https://banana.example.net/users/one"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"@id": "https://banana.example.net/users/two/following",
|
||||
"type": "OrderedCollection",
|
||||
"orderedItems": [
|
||||
"https://banana.example.net/users/one"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@id": "https://vonbraun.example.net/users/moonman",
|
||||
"@context": [
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
|
@ -14,4 +16,5 @@
|
|||
"outbox": "https://vonbraun.example.net/users/moonman/outbox",
|
||||
"followers": "https://vonbraun.example.net/users/moonman/followers",
|
||||
"following": "https://vonbraun.example.net/users/moonman/following"
|
||||
}
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"@id": "https://vonbraun.example.net/users/moonman/followers",
|
||||
"type": "OrderedCollection",
|
||||
|
@ -6,4 +8,5 @@
|
|||
"https://banana.example.net/users/one",
|
||||
"https://banana.example.net/users/two"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"@id": "https://vonbraun.example.net/users/moonman/following",
|
||||
"type": "OrderedCollection",
|
||||
|
@ -6,4 +8,5 @@
|
|||
"https://orange.example.net/users/smith",
|
||||
"https://banana.example.net/users/two"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@id": "https://orange.example.net/users/smith",
|
||||
"@context": [
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
|
@ -14,4 +16,5 @@
|
|||
"outbox": "https://orange.example.net/users/smith/outbox",
|
||||
"followers": "https://orange.example.net/users/smith/followers",
|
||||
"following": "https://orange.example.net/users/smith/following"
|
||||
}
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"@id": "https://orange.example.net/users/smith/followers",
|
||||
"type": "OrderedCollection",
|
||||
|
@ -6,4 +8,5 @@
|
|||
"https://banana.example.net/users/one",
|
||||
"https://vonbraun.example.net/users/moonman"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"ledger": "vonbraun-test",
|
||||
"insert": {
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"@id": "https://orange.example.net/users/smith/following",
|
||||
"type": "OrderedCollection",
|
||||
"orderedItems": []
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue