Language support¶
The content and contentMap properties are defined in the ActivityStreams Vocabulary.
The support for natural language values is described in ActivityStreams.
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/j85gVM9DBmg",
"published": "2025-06-16T09:49:48Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/5M17L61w378",
"published": "2025-06-16T09:49:48Z",
"content": "text"
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/K1n3PSOoVGk",
"published": "2025-06-16T09:49:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/pYIxZgdSp-o",
"published": "2025-06-16T09:49:58Z",
"content": "text",
"contentMap": {
"de": "Deutsch"
}
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/gSSzsKxEf0E",
"published": "2025-06-16T09:50:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/fmr2QxUX7ZI",
"published": "2025-06-16T09:50:09Z",
"content": "text",
"contentMap": {
"en": "English"
}
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/0URmFRAy0f4",
"published": "2025-06-16T09:50:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/-UIv2Do1vVc",
"published": "2025-06-16T09:50:20Z",
"content": "text",
"contentMap": {
"en": "English",
"de": "Deutsch"
}
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/CrxJ_1TIq-I",
"published": "2025-06-16T09:50:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/CZWPfA2Yajw",
"published": "2025-06-16T09:50:31Z",
"content": "text",
"contentMap": {
"de": "Deutsch",
"en": "English"
}
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/687lzlz3lVQ",
"published": "2025-06-16T09:50:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/5JoXJAiMHxU",
"published": "2025-06-16T09:50:41Z",
"contentMap": {
"de": "Deutsch"
}
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/D6iS8yTcxMg",
"published": "2025-06-16T09:50:52Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/xw2-ZqYQR4o",
"published": "2025-06-16T09:50:52Z",
"contentMap": {
"en": "English"
}
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/gjK2JVDvWI8",
"published": "2025-06-16T09:51:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/Y-RDwI_X8pM",
"published": "2025-06-16T09:51:03Z",
"contentMap": {
"en": "English",
"de": "Deutsch"
}
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/RliDxKXoTxc",
"published": "2025-06-16T09:51:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/R42HAnYKNZg",
"published": "2025-06-16T09:51:14Z",
"contentMap": {
"de": "Deutsch",
"en": "English"
}
}
}