Activity Vocabulary: tag
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Note",
"content": "I love the #dsnp spec!",
"mediaType": "text/plain",
"tag": [
{
"name": "#dsnp"
}
],
"published": "1970-01-01T00:00:00+00:00"
}
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Note",
"content": "@sally should check out the #dsnp spec!",
"mediaType": "text/plain",
"tag": [
{
"name": "#dsnp"
},
{
"name": "@sally",
"type": "Mention",
"id": "dsnp://12345678"
}
],
"published": "1970-01-01T00:00:00+00:00"
}