We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4d685 commit 258a69eCopy full SHA for 258a69e
1 file changed
Data model/domainCard.jsonld
@@ -167,7 +167,14 @@
167
"location": {
168
"type": "schema:Place",
169
"name": "<<<Venue>>>",
170
- "address": "<<<Address or PostalAddress>>>"
+ "address": {
171
+ "type": "schema:PostalAddress",
172
+ "streetAddress": "<<<Street>>>",
173
+ "addressLocality": "<<<City>>>",
174
+ "addressRegion": "<<<Region>>>",
175
+ "postalCode": "<<<Postal Code>>>",
176
+ "addressCountry": "<<<ISO country>>>"
177
+ },
178
},
179
"organizer": {
180
"type": "schema:Organization",
0 commit comments