event object: fix typo

This commit is contained in:
André Menrath 2023-10-13 13:00:39 +02:00
parent f7779d1e6b
commit 610d8ef563

View file

@ -36,8 +36,8 @@ This document describes what Event object implementations of existing services l
+ {
+ "sc": "http://schema.org/",
+ "address": {
+ "@id": "sc:address",
+ "@type": "sc:Text"
+ "@id": "sc:address",
+ "@type": "sc:Text"
+ },
+ }
]