Skip to content

Commit 258a69e

Browse files
Update domainCard.jsonld
1 parent 1e4d685 commit 258a69e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Data model/domainCard.jsonld

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,14 @@
167167
"location": {
168168
"type": "schema:Place",
169169
"name": "<<<Venue>>>",
170-
"address": "<<<Address or PostalAddress>>>"
170+
"address": {
171+
"type": "schema:PostalAddress",
172+
"streetAddress": "<<<Street>>>",
173+
"addressLocality": "<<<City>>>",
174+
"addressRegion": "<<<Region>>>",
175+
"postalCode": "<<<Postal Code>>>",
176+
"addressCountry": "<<<ISO country>>>"
177+
},
171178
},
172179
"organizer": {
173180
"type": "schema:Organization",

0 commit comments

Comments
 (0)