From 0e1f54978940bb4b6d83be227958f1de68084889 Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Wed, 13 Jun 2018 12:52:02 +0200 Subject: [PATCH] Add type property to only two examples that dont have one --- vocabulary/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vocabulary/index.html b/vocabulary/index.html index c2d391c..2074305 100644 --- a/vocabulary/index.html +++ b/vocabulary/index.html @@ -2905,6 +2905,7 @@

Properties

{
   "@context": "https://www.w3.org/ns/activitystreams",
+  "type": "Object",
   "name": "Foo",
   "id": "http://example.org/foo"
 }
@@ -4241,6 +4242,7 @@

Properties

"name": "Trailer", "duration": "PT1M", "url": { + "type": "Link", "href": "http://example.org/trailer.mkv", "mediaType": "video/mkv" }