{ "lexicon": 1, "id": "my.spoor.content.title", "defs": { "main": { "type": "object", "properties": { "translationType": { "type": "string", "format": "nsid", "knownValues": [ "#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" } } }