From ad6a0755eebc948d2be12e821310b002c89f60c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 25 Jan 2026 20:40:14 +0800 Subject: [PATCH] Add missing closing brace in settings.export.schema.0.1.json --- schemas/JSON/settings/settings.export.schema.0.1.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/schemas/JSON/settings/settings.export.schema.0.1.json b/schemas/JSON/settings/settings.export.schema.0.1.json index f8809255f5..34b21ec9b3 100644 --- a/schemas/JSON/settings/settings.export.schema.0.1.json +++ b/schemas/JSON/settings/settings.export.schema.0.1.json @@ -36,11 +36,12 @@ "description": "Default proxy.", "type": "string" } - }, - "UserSettingsFile": { - "description": "Path for the winget's user settings file.", - "type": "string", - "maxLength": 32767 + }, + "UserSettingsFile": { + "description": "Path for the winget's user settings file.", + "type": "string", + "maxLength": 32767 + } } }, "allOf": [