Update config-schema.json for tvdb_language

pull/1832/head
bullmoose20 10 months ago committed by GitHub
parent e16ef3e763
commit 33fb000364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -644,7 +644,29 @@
"type": "boolean" "type": "boolean"
}, },
"tvdb_language": { "tvdb_language": {
"type": "string" "type": ["string", "null"],
"enum": [
"aar", "abk", "afr", "aka", "alb", "amh", "ara", "arg", "arm", "asm",
"ava", "ave", "aym", "aze", "bak", "bam", "bel", "ben", "bih", "bis",
"bod", "bos", "bre", "bul", "cat", "cha", "che", "chi", "chu", "chv",
"cor", "cos", "cre", "ces", "dan", "deu", "div", "dzo", "ell", "eng",
"epo", "est", "eus", "ewe", "fao", "fas", "fij", "fin", "fra", "fry",
"ful", "gla", "gle", "glg", "glv", "grn", "guj", "hat", "hau", "heb",
"her", "hin", "hmo", "hrv", "hun", "hye", "ibo", "ido", "iii", "iku",
"ile", "ina", "ind", "ipk", "isl", "ita", "jav", "jpn", "kal", "kan",
"kas", "kat", "kau", "kaz", "khm", "kik", "kin", "kir", "kom", "kon",
"kor", "kua", "kur", "lao", "lat", "lav", "lim", "lin", "lit", "ltz",
"lub", "lug", "mah", "mal", "mar", "mkd", "mlg", "mlt", "mon", "mri",
"msa", "mya", "nau", "nav", "nbl", "nde", "ndo", "nep", "nld", "nno",
"nob", "nor", "nya", "oci", "oji", "ori", "orm", "oss", "pan", "pli",
"pol", "por", "pus", "que", "roh", "ron", "run", "rus", "sag", "san",
"sin", "slk", "slv", "sme", "smo", "sna", "snd", "som", "sot", "spa",
"srd", "srp", "ssw", "sun", "swa", "swe", "tah", "tam", "tat", "tel",
"tgk", "tgl", "tha", "tir", "ton", "tsn", "tso", "tuk", "tur", "twi",
"uig", "ukr", "urd", "uzb", "ven", "vie", "vol", "wln", "wol", "xho",
"yid", "yor", "zha", "zho", "zul"
],
"description": "This field can be either null or a valid ISO 639-2 language code."
}, },
"ignore_ids": { "ignore_ids": {
"type": "null" "type": "null"

Loading…
Cancel
Save