Meta, add examples for lexicons
This commit is contained in:
parent
d6637bb96d
commit
3ba7c0987a
4 changed files with 82 additions and 0 deletions
24
my/spoor/content/external.examples
Normal file
24
my/spoor/content/external.examples
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
"my.spoor.movies.nogamenolifezero": {
|
||||
"queryable": {
|
||||
"$type": "my.spoor.content.external#tvdbv4",
|
||||
"id": 8149,
|
||||
"type": "season"
|
||||
}
|
||||
"titles": [
|
||||
{
|
||||
"translationType": "my.spoor.content.title#titleNative",
|
||||
"lang": "ja",
|
||||
"value": "ノーゲーム・ノーライフ ゼロ",
|
||||
},
|
||||
{
|
||||
"translationType": "my.spoor.content.title#titleTranslation",
|
||||
"lang": "en",
|
||||
"value": "No Game No Life Zero",
|
||||
}
|
||||
],
|
||||
"overrides": {
|
||||
"data": {
|
||||
"lastUpdated": "Too long ago :("
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue