content, move title out of defs
This commit is contained in:
parent
d7b4ede16e
commit
ebb6fdce39
3 changed files with 5 additions and 7 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"items": {
|
"items": {
|
||||||
"type": "ref",
|
"type": "ref",
|
||||||
"ref": "my.spoor.content.defs#title"
|
"ref": "my.spoor.content.title"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"items": {
|
"items": {
|
||||||
"type": "ref",
|
"type": "ref",
|
||||||
"ref": "my.spoor.content.defs#title"
|
"ref": "my.spoor.content.title"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"durationData": {
|
"durationData": {
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,15 @@
|
||||||
{
|
{
|
||||||
"lexicon": 1,
|
"lexicon": 1,
|
||||||
"id": "my.spoor.content.defs",
|
"id": "my.spoor.content.title",
|
||||||
"defs": {
|
"defs": {
|
||||||
"title": {
|
"main": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"translationType": {
|
"translationType": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "nsid",
|
"format": "nsid",
|
||||||
"knownValues": [
|
"knownValues": [
|
||||||
"my.spoor.content.defs#titleHomophonic",
|
"#titleHomophonic", "#titleNative", "#titleTranslation"
|
||||||
"my.spoor.content.defs#titleNative",
|
|
||||||
"my.spoor.content.defs#titleTranslation"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lang": {
|
"lang": {
|
||||||
Loading…
Add table
Add a link
Reference in a new issue