woach to spoor, anilist to external
THESE LEXICONS ARE NOT FINAL, she screamed into the wind. converts all references to woach.me to spoor.my to reflect the official domain name. Rename "feed" 3ld to "log" since the content here is separate from what an activity feed would look like. Log has more in common with records. I maintained the name activity over "spoor" here, because I want the items to be easily digested by other services. I think "spoor" is actually a more apt term than "activity" since "activity" is more generic, than the specific mediaspoor it is, but it will do. Changes the "anilist" entry to a more generic "external" entry, which will be able to handle tvdb, or similar.
This commit is contained in:
parent
360a3b3fde
commit
60262fed0c
6 changed files with 53 additions and 30 deletions
27
lexicons/my/spoor/content/title.json
Normal file
27
lexicons/my/spoor/content/title.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"lexicon": 1,
|
||||
"id": "my.spoor.content.title",
|
||||
"defs": {
|
||||
"main": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"language": {
|
||||
"type": "string",
|
||||
"format": "nsid",
|
||||
"knownValues": [
|
||||
"my.spoor.content.title#romanization",
|
||||
"my.spoor.content.title#english",
|
||||
"my.spoor.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" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue