From fb1180df1e74b8145b10b00710056fdfee871b4c Mon Sep 17 00:00:00 2001 From: reconman Date: Sun, 18 Feb 2024 21:49:44 +0100 Subject: [PATCH] Allow guid property in custom mappings --- custom_mappings_schema.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/custom_mappings_schema.json b/custom_mappings_schema.json index e1f0a4e0..e6576432 100644 --- a/custom_mappings_schema.json +++ b/custom_mappings_schema.json @@ -31,6 +31,21 @@ "Shaman King (2021)" ] }, + "synonyms": { + "type": "array", + "default": [], + "items": { + "type": "string" + } + }, + "guid": { + "type": "string", + "format": "uri", + "pattern": "^plex://", + "examples": [ + "plex://show/5d9c0845ffd9ef001e990bb2" + ] + }, "seasons": { "type": "array", "minItems": 1, @@ -55,13 +70,6 @@ }, "additionalProperties": false } - }, - "synonyms": { - "type": "array", - "default": [], - "items": { - "type": "string" - } } }, "additionalProperties": false