Skip to content

Commit

Permalink
Add "inbox" and "followers" to JSON-LD context
Browse files Browse the repository at this point in the history
See #87
  • Loading branch information
acka47 committed Jun 18, 2020
1 parent 29a0f93 commit 6dfa1a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const jsonld = {
"dct": "http://purl.org/dc/terms/",
"schema": "http://schema.org/",
"vann": "http://purl.org/vocab/vann/",
"as": "https://www.w3.org/ns/activitystreams#",
"ldp": "http://www.w3.org/ns/ldp#",
"title": {
"@id": "dct:title",
"@container": "@language"
Expand Down Expand Up @@ -60,7 +62,9 @@ const jsonld = {
},
"broaderTransitive": {
"@container": "@set"
}
},
"followers": "as:followers",
"inbox": "ldp:inbox"
}
}

Expand Down

0 comments on commit 6dfa1a0

Please sign in to comment.