event object: gancio: specify the address type: Text, not PostalAddress
This commit is contained in:
parent
db58975b3c
commit
1b99e74161
1 changed files with 5 additions and 2 deletions
|
@ -34,8 +34,11 @@ This document describes what Event object implementations of existing services l
|
||||||
- "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": "sc:address"
|
+ "address": {
|
||||||
|
+ "@id": "sc:address",
|
||||||
|
+ "@type": "sc:Text"
|
||||||
|
+ },
|
||||||
+ }
|
+ }
|
||||||
]
|
]
|
||||||
}```
|
}```
|
||||||
|
|
Loading…
Reference in a new issue