lexicons/my/spoor/content/title.json

30 lines
851 B
JSON
Raw Normal View History

{
"lexicon": 1,
2025-05-08 14:25:29 -07:00
"id": "my.spoor.content.title",
"defs": {
2025-05-08 14:25:29 -07:00
"main": {
"type": "object",
"properties": {
"translationType": {
"type": "string",
"format": "nsid",
"knownValues": [
2025-05-08 14:25:29 -07:00
"#titleHomophonic", "#titleNative", "#titleTranslation"
]
},
"lang": {
"type": "string",
"format": "language"
},
"value": { "type": "string", "minLength": 1 }
}
},
"titleHomophonic": { "type": "token",
"description": "A phonetic transcription of the native title such that when read it will sound like the native title." },
"titleNative": { "type": "token",
"description": "The title in its native script" },
"titleTranslation": { "type": "token",
"description": "A translation of the title" }
}
}