HTML tags for article¶
Here we analyze, which types
of HTML tags are allowed inside the content field of Article
type
objects. One should expect that a Note
, i.e.
Represents a short written work typically less than a single paragraph in length.
see here,
should not contain headings h1-h6
or embedded media, e.g. img
.
Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/kKh-_bEghxQ",
"published": "2025-04-11T08:37:46Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/_02BheQfGX8",
"published": "2025-04-11T08:37:46Z",
"content": "<b>bold</b>"
}
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/FITWg795BoI",
"published": "2025-04-11T08:37:57Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/XkVSpeJ0OMU",
"published": "2025-04-11T08:37:57Z",
"content": "<strong>strong</strong>"
}
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/4h9246VEyAM",
"published": "2025-04-11T08:38:07Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/fUG85QStwAo",
"published": "2025-04-11T08:38:07Z",
"content": "<i>italic</i>"
}
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/QVflGXpJh_o",
"published": "2025-04-11T08:38:18Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/aSYuJrqetgY",
"published": "2025-04-11T08:38:18Z",
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
}
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/hKO7cmVsjzo",
"published": "2025-04-11T08:38:29Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/Usyndmla5UQ",
"published": "2025-04-11T08:38:29Z",
"content": "<em>emphasis</em>"
}
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/0ARP_OHJFeM",
"published": "2025-04-11T08:38:40Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/vHso08FSiXQ",
"published": "2025-04-11T08:38:40Z",
"content": "<del>old</del><ins>new</ins>"
}
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/WjKpHGEcIOM",
"published": "2025-04-11T08:38:50Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/cmmGc7mAu-w",
"published": "2025-04-11T08:38:50Z",
"content": "<s>stricken</s>"
}
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/3FxrNS8h4dA",
"published": "2025-04-11T08:39:01Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/3XEu8g_vbsU",
"published": "2025-04-11T08:39:01Z",
"content": "<mark>mark</mark>"
}
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/UXGsfwMnHCk",
"published": "2025-04-11T08:39:12Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/woCVCv45Mmk",
"published": "2025-04-11T08:39:12Z",
"content": "find <var>x</var> (a variable)"
}
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/-r9-4CG4DXY",
"published": "2025-04-11T08:39:23Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/JAcHJDhSYQM",
"published": "2025-04-11T08:39:23Z",
"content": "<ol><li>ordered</li></ol>"
}
}
Example 11¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Y_IwInDPx14",
"published": "2025-04-11T08:39:33Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/Zc1HIyIg9js",
"published": "2025-04-11T08:39:33Z",
"content": "<ul><li>unordered</li></ul>"
}
}
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/V58fg866VwE",
"published": "2025-04-11T08:39:44Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/KED5zb8S_nc",
"published": "2025-04-11T08:39:44Z",
"content": "<h1>h1</h1>"
}
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/fjFFSZ9A0so",
"published": "2025-04-11T08:39:55Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/9OcwUkSnsVM",
"published": "2025-04-11T08:39:55Z",
"content": "<h2>h2</h2>"
}
}
Example 14¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/sqH1qAC52Q4",
"published": "2025-04-11T08:40:06Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/4ERv4gCWDtU",
"published": "2025-04-11T08:40:06Z",
"content": "<h3>h3</h3>"
}
}
Example 15¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/-edgIicWmz4",
"published": "2025-04-11T08:40:16Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/CkHKFJFteZA",
"published": "2025-04-11T08:40:16Z",
"content": "<h4>h4</h4>"
}
}
Example 16¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/1-cA2Itcaik",
"published": "2025-04-11T08:40:27Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/3X3HJc8HgCo",
"published": "2025-04-11T08:40:27Z",
"content": "<h5>h5</h5>"
}
}
Example 17¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/hdPMfMra_R4",
"published": "2025-04-11T08:40:38Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/hhli3jsl7gg",
"published": "2025-04-11T08:40:38Z",
"content": "<h1>h1</h1><h2>h2</h2>"
}
}
Example 18¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/2RuaJMTt2wU",
"published": "2025-04-11T08:40:49Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/dk_sd0GpKXc",
"published": "2025-04-11T08:40:49Z",
"content": "<code>code</code>"
}
}
Example 19¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/6sID21L44qE",
"published": "2025-04-11T08:41:00Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/OdF_JGS5gOY",
"published": "2025-04-11T08:41:00Z",
"content": "<pre>pre</pre>"
}
}
Example 20¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/bC9sbUqJbOA",
"published": "2025-04-11T08:41:10Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/wAkjXjDA8PA",
"published": "2025-04-11T08:41:10Z",
"content": "<blockquote>blockquote</blockquote>"
}
}
Example 21¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/wuvrh7A6McU",
"published": "2025-04-11T08:41:21Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/P2qmVAA_Z24",
"published": "2025-04-11T08:41:21Z",
"content": "line<br/>break"
}
}
Example 22¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/S3jRVt6ror8",
"published": "2025-04-11T08:41:32Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/3KnXMl6ACiw",
"published": "2025-04-11T08:41:32Z",
"content": "<p>paragraph</p>"
}
}
Example 23¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/qVUX3gZ0o9I",
"published": "2025-04-11T08:41:43Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/MnxIaQYgjoA",
"published": "2025-04-11T08:41:43Z",
"content": "<small>small</small>"
}
}
Example 24¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/SS1BulB3aXQ",
"published": "2025-04-11T08:41:53Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/EJr4y39kn0s",
"published": "2025-04-11T08:41:53Z",
"content": "<sup>sup</sup>"
}
}
Example 25¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/wlPXeiC4iLQ",
"published": "2025-04-11T08:42:04Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/xt2-yLxcUf0",
"published": "2025-04-11T08:42:04Z",
"content": "<sub>sub</sub>"
}
}
Example 26¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/uETAtSYbsgM",
"published": "2025-04-11T08:42:15Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/XSsbBWxmu0U",
"published": "2025-04-11T08:42:15Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
Example 27¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/PM-ERvyA8Io",
"published": "2025-04-11T08:42:26Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/xR0uB8sbxbM",
"published": "2025-04-11T08:42:26Z",
"content": "<script>alert('hi');</script>"
}
}
Example 28¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/chOaYlUt1p8",
"published": "2025-04-11T08:42:36Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/KWyBsb6LmAA",
"published": "2025-04-11T08:42:36Z",
"content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
Example 29¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/g6MQXJ4l55I",
"published": "2025-04-11T08:42:47Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/oWODTEloNsY",
"published": "2025-04-11T08:42:47Z",
"content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
}
}
Example 30¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/SB6X7T_Olc8",
"published": "2025-04-11T08:42:58Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/lIj4uJdSKX4",
"published": "2025-04-11T08:42:58Z",
"content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
}
}