event object: fix typo
This commit is contained in:
parent
f7779d1e6b
commit
610d8ef563
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
+ },
|
||||
+ }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue