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": [
"http://misskey/users/a8jupxivzylk0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Fh7hMZ5vvtI",
"published": "2025-06-03T09:35:49Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a8jupxivzylk0003"
],
"id": "http://pasture-one-actor/actor/PSa3LtekSmY",
"published": "2025-06-03T09:35:49Z",
"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": [
"http://misskey/users/a8jupxivzylk0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/K5o-D89SdcQ",
"published": "2025-06-03T09:36:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a8jupxivzylk0003"
],
"id": "http://pasture-one-actor/actor/az7uFFzjZHc",
"published": "2025-06-03T09:36:00Z",
"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": [
"http://misskey/users/a8jupxivzylk0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/3Ykm_q9LJx0",
"published": "2025-06-03T09:36:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a8jupxivzylk0003"
],
"id": "http://pasture-one-actor/actor/FRIpC4QBWHU",
"published": "2025-06-03T09:36:10Z",
"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": [
"http://misskey/users/a8jupxivzylk0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/3qLtmgzd4YU",
"published": "2025-06-03T09:36:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a8jupxivzylk0003"
],
"id": "http://pasture-one-actor/actor/zak2C1qj9ws",
"published": "2025-06-03T09:36:21Z",
"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": [
"http://misskey/users/a8jupxivzylk0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/j9EOTWte6T0",
"published": "2025-06-03T09:36:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a8jupxivzylk0003"
],
"id": "http://pasture-one-actor/actor/2qZf4_c4974",
"published": "2025-06-03T09:36:32Z",
"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": [
"http://misskey/users/a8jupxivzylk0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/3mQDx2YsWYI",
"published": "2025-06-03T09:36:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a8jupxivzylk0003"
],
"id": "http://pasture-one-actor/actor/fced5mdPa-M",
"published": "2025-06-03T09:36:43Z",
"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": [
"http://misskey/users/a8jupxivzylk0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/hY2ftMMplH8",
"published": "2025-06-03T09:36:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a8jupxivzylk0003"
],
"id": "http://pasture-one-actor/actor/DqgSu3LU5RE",
"published": "2025-06-03T09:36:53Z",
"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": [
"http://misskey/users/a8jupxivzylk0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/CQ6MJUo7M7A",
"published": "2025-06-03T09:37:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a8jupxivzylk0003"
],
"id": "http://pasture-one-actor/actor/9j_Mf1u6LYk",
"published": "2025-06-03T09:37:04Z",
"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": [
"http://misskey/users/a8jupxivzylk0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/g5oB8PTsYew",
"published": "2025-06-03T09:37:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a8jupxivzylk0003"
],
"id": "http://pasture-one-actor/actor/wokeY4jjqFY",
"published": "2025-06-03T09:37:15Z",
"contentMap": {
"de": "Deutsch",
"en": "English"
}
}
}