FEDERATION.md: Add some missing double quotes in JSON example
This commit is contained in:
parent
eb28ccc04e
commit
966e942c41
1 changed files with 4 additions and 4 deletions
|
@ -876,10 +876,10 @@ The Offer activity looks more-or-less like this:
|
|||
, "id": "https://https://poetry.space/aviva/activities/c8lrd0"
|
||||
, "type": "Offer"
|
||||
, "to":
|
||||
[ https://poetry.space/aviva/followers
|
||||
, https://dev.federated.coop/luke/text-adventure
|
||||
, https://dev.federated.coop/luke/text-adventure/team
|
||||
, https://dev.federated.coop/luke/text-adventure/followers
|
||||
[ "https://poetry.space/aviva/followers"
|
||||
, "https://dev.federated.coop/luke/text-adventure"
|
||||
, "https://dev.federated.coop/luke/text-adventure/team"
|
||||
, "https://dev.federated.coop/luke/text-adventure/followers"
|
||||
]
|
||||
, "summary": "<p>Aviva offered a ticket to project text-adventure.</p>"
|
||||
, "target": "https://dev.federated.coop/luke/text-adventure"
|
||||
|
|
Loading…
Reference in a new issue