2025-03-21 19:54:05 -07:00
|
|
|
{
|
|
|
|
|
"lexicon": 1,
|
2025-05-01 15:48:13 -07:00
|
|
|
"id": "my.spoor.content.title",
|
2025-03-21 19:54:05 -07:00
|
|
|
"defs": {
|
|
|
|
|
"main": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"language": {
|
|
|
|
|
"type": "string",
|
2025-05-01 15:48:13 -07:00
|
|
|
"format": "nsid",
|
2025-03-21 19:54:05 -07:00
|
|
|
"knownValues": [
|
2025-05-01 15:48:13 -07:00
|
|
|
"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" }
|
|
|
|
|
}
|
|
|
|
|
}
|