From c007d43ffb257c8846626d2e51791dd11d338d58 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Sat, 10 Feb 2024 16:23:23 -0500 Subject: [PATCH] Update config-schema.json to add final_name --- json-schema/config-schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/json-schema/config-schema.json b/json-schema/config-schema.json index beda2167..c2c968cc 100644 --- a/json-schema/config-schema.json +++ b/json-schema/config-schema.json @@ -1552,6 +1552,7 @@ "back_width": { "type": "integer", "exclusiveMinimum": 0 }, "builder_level": { "type": "string", "enum": ["show","season","episode"] }, "file": { "type": "string" }, + "final_name": { "type": "string" }, "flag_alignment": { "type": "string", "enum": ["left","right"] }, "font_color": { "type": "string", "pattern": "^\\#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{4}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$" }, "font_size": { "type": "integer", "exclusiveMinimum": 0 },