event object: gancio: specify the address type: Text, not PostalAddress

This commit is contained in:
André Menrath 2023-10-13 12:53:59 +02:00
parent db58975b3c
commit 1b99e74161

View file

@ -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"
+ },
+ } + }
] ]
}``` }```