Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Simplified context and added 'Catalog' to it
Browse files Browse the repository at this point in the history
Details: #7

Signed-off-by: Rohit Deshmukh <[email protected]>
  • Loading branch information
rohitadeshmukh13 committed Jun 3, 2020
1 parent dc6f401 commit 1f39037
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,23 @@
"as": "https://www.w3.org/ns/activitystreams#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"page": {
"@id": "lstd:page",
"@type": "xsd:integer"
"@id": "lstd:page"
},
"perPage": {
"@id": "lstd:perPage",
"@type": "xsd:integer"
"@id": "lstd:perPage"
},
"items": {
"@id": "as:items",
"@type": "@id"
"@id": "as:items"
},
"total": {
"@id": "as:totalItems",
"@type": "xsd:integer"
"@id": "as:totalItems"
},
"ttl": {
"@id": "lstd:ttl",
"@type": "xsd:integer"
"@id": "lstd:ttl"
},
"Catalog": {
"@id": "lstd:Catalog",
"@type": "lstd:Catalog"
}
}
}

0 comments on commit 1f39037

Please sign in to comment.