appview/lexicons/my/spoor/content/title.json

28 lines
727 B
JSON
Raw Normal View History

2025-03-21 19:54:05 -07:00
{
"lexicon": 1,
"id": "my.spoor.content.title",
2025-03-21 19:54:05 -07:00
"defs": {
"main": {
"type": "object",
"properties": {
"language": {
"type": "string",
"format": "nsid",
2025-03-21 19:54:05 -07:00
"knownValues": [
"my.spoor.content.title#romanization",
"my.spoor.content.title#english",
"my.spoor.content.title#native"
2025-03-21 19:54:05 -07:00
]
},
"value": { "type": "string", "minLength": 1 }
}
},
"romanization": { "type": "token",
"description": "Romanization of the native title" },
"english": { "type": "token",
"description": "English translation or title" },
"native": { "type": "token",
"description": "Native title" }
}
}