diff --git a/Event object compatibilty status.md b/Event object compatibilty status.md index a922da8..42b0a21 100644 --- a/Event object compatibilty status.md +++ b/Event object compatibilty status.md @@ -31,14 +31,14 @@ This document describes what Event object implementations of existing services l + "content": "This is an awesome test event! Do not miss it!\n\n\n\nFor sure!\n", "summary": "\n 📍 Gmota\n 📅 Thursday, 18 January (12:10)\n \n This is an awesome test event! Do not miss it!\n\n\n\nFor sure!\n", "@context": [ -- "https://www.w3.org/ns/activitystreams", -+ "https://www.w3.org/ns/activitystreams", -+ { +- "https://www.w3.org/ns/activitystreams", ++ "https://www.w3.org/ns/activitystreams", ++ { + "sc": "http://schema.org/", + "address": { -+ "@id": "sc:address", -+ "@type": "sc:Text" -+ }, ++ "@id": "sc:address", ++ "@type": "sc:Text" ++ }, + } ] }```