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 1/2] 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": [ From 739c4a59792abebc6f80be67587e0114ca3bba32 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: Tue, 27 Jan 2026 02:22:33 +0800 Subject: [PATCH 2/2] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Flor Chacón <14323496+florelis@users.noreply.github.com> --- schemas/JSON/settings/settings.export.schema.0.1.json | 10 +++++----- 1 file changed, 5 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 34b21ec9b3..7f3a9206a2 100644 --- a/schemas/JSON/settings/settings.export.schema.0.1.json +++ b/schemas/JSON/settings/settings.export.schema.0.1.json @@ -36,12 +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": [