commit: 14a6d2ed9a8963b8e49309a2bd78045fd35c7b45
parent 19880878122c8dd233c01b618140d77dbd2c9743
Author: William Pitcock <nenolod@dereferenced.org>
Date: Thu, 8 Nov 2018 10:42:24 -0600
add atomUri and sensitive to our context
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/context.jsonld b/context.jsonld
@@ -5,6 +5,7 @@
"Emoji": "toot:Emoji",
"Hashtag": "as:Hashtag",
"PropertyValue": "schema:PropertyValue",
+ "atomUri": "ostatus:atomUri",
"conversation": {
"@id": "ostatus:conversation",
"@type": "@id"
@@ -14,7 +15,8 @@
"schema": "http://schema.org#",
"toot": "http://joinmastodon.org/ns#",
"totalItems": "as:totalItems",
- "value": "schema:value"
+ "value": "schema:value",
+ "sensitive": "as:sensitive"
}
]
}