From 33fb00036431729ecd49de6048f6c0ee8c9802de Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Wed, 17 Jan 2024 07:53:02 -0500 Subject: [PATCH] Update config-schema.json for tvdb_language --- json-schema/config-schema.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/json-schema/config-schema.json b/json-schema/config-schema.json index 9f686dc5..4470cb88 100644 --- a/json-schema/config-schema.json +++ b/json-schema/config-schema.json @@ -644,7 +644,29 @@ "type": "boolean" }, "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": { "type": "null"