event object: fix typo

This commit is contained in:
André Menrath 2023-10-13 13:00:14 +02:00
parent 3f96b60af4
commit f7779d1e6b

View file

@ -31,13 +31,13 @@ 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", + "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", "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": [ "@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/", + "sc": "http://schema.org/",
+ "address": { + "address": {
+ "@id": "sc:address", + "@id": "sc:address",
+ "@type": "sc:Text" + "@type": "sc:Text"
+ }, + },
+ } + }
] ]