Bug: T376603 Depends-On: I4193b9be4516717c7ce423131370a7d0b6ea8962 Change-Id: Ic2d9471ad446eb5f9d5e7072f1ef93f7196a20f8
30 lines
555 B
JSON
30 lines
555 B
JSON
{
|
|
"description": "Interlanguage links for the page",
|
|
"type": "array",
|
|
"items": {
|
|
"required": [
|
|
"code",
|
|
"name",
|
|
"key",
|
|
"title"
|
|
],
|
|
"properties": {
|
|
"code": {
|
|
"type": "string",
|
|
"description": "Language code"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"description": "Translated language name"
|
|
},
|
|
"key": {
|
|
"type": "string",
|
|
"description": "Translated page title in URL-friendly format"
|
|
},
|
|
"title": {
|
|
"type": "string",
|
|
"description": "Translated page title in reading-friendly format"
|
|
}
|
|
}
|
|
}
|
|
}
|