commit: 19880878122c8dd233c01b618140d77dbd2c9743
parent adbc85db1056b39d5e2612b35fd47554465c9f3f
Author: William Pitcock <nenolod@dereferenced.org>
Date: Thu, 8 Nov 2018 10:40:27 -0600
add context.jsonld
Diffstat:
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/context.jsonld b/context.jsonld
@@ -0,0 +1,20 @@
+{
+ "@context": [
+ "https://w3id.org/security/v1",
+ {
+ "Emoji": "toot:Emoji",
+ "Hashtag": "as:Hashtag",
+ "PropertyValue": "schema:PropertyValue",
+ "conversation": {
+ "@id": "ostatus:conversation",
+ "@type": "@id"
+ },
+ "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
+ "ostatus": "http://ostatus.org#",
+ "schema": "http://schema.org#",
+ "toot": "http://joinmastodon.org/ns#",
+ "totalItems": "as:totalItems",
+ "value": "schema:value"
+ }
+ ]
+}