appview/lexicons/me/woach/content/title.json

26 lines
699 B
JSON

{
"lexicon": 1,
"id": "me.woach.content.title",
"defs": {
"main": {
"type": "object",
"properties": {
"language": {
"type": "string",
"knownValues": [
"me.woach.content.title#romanization",
"me.woach.content.title#english",
"me.woach.content.title#native"
]
},
"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" }
}
}