1543 Wert
https://w3id.org/class/redaktor/value
Definition
Mastodon unterstützt beliebige Profilfelder mit Name-Wert-Paaren. Dies wird über die Eigenschaft attachment von Akteurobjekten implementiert, wobei die Objekte im Array den Typ PropertyValue und eine Werteigenschaft aufweisen, die beide aus dem schema.org-Namensraum stammen.schema.org/value
Example
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"PropertyValue": "schema:PropertyValue",
"value": "schema:value"
}
],
"id": "https://mastodon.social/users/Gargron",
"type": "Person",
"attachment": [
{
"type": "PropertyValue",
"name": "Patreon",
"value": "<a href="https://www.patreon.com/mastodon" rel="me nofollow noopener noreferrer" target="_blank"><span class="invisible">https://www.</span><span class="">patreon.com/mastodon</span><span class="invisible"></span}"
},
{
"type": "PropertyValue",
"name": "Homepage",
"value": "<a href="https://zeonfederated.com" rel="me nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="">zeonfederated.com</span><span class="invisible"></span}"
}
]
}