Skip to content

Commit

Permalink
add AP terms closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
melvincarvalho committed Nov 4, 2023
1 parent 7c2b260 commit 8dc1f15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -77,10 +77,14 @@ Example of a Resource JSON:
],
"primaryTopic": {
"@id": "#me",
"@type": "Person",
"@type": ["Person", "Actor"],
"name": "Will Smith",
"img": "avatar.png",
"knows": "http://alice.example/#me",
"followers": "./followers",
"following": "./following",
"inbox": "./inbox",
"outbox": "./outbox",
"publickey": "1234abc"
}
}
Expand Down

0 comments on commit 8dc1f15

Please sign in to comment.