10 lines
252 B
JSON
10 lines
252 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "A simple note",
|
||
|
"type": "Note",
|
||
|
"contentMap": {
|
||
|
"en": "A <em>simple</em> note",
|
||
|
"es": "Una nota <em>sencilla</em>",
|
||
|
"zh-Hans": "一段<em>简单的</em>笔记"
|
||
|
}
|
||
|
}
|