diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb95fbf9d..70c8a32b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ - **checkver:** Fix output with '-Version' ([#3774](https://github.com/ScoopInstaller/Scoop/issues/3774)) - **schema:** Add '$schema' property ([#4623](https://github.com/ScoopInstaller/Scoop/issues/4623)) - **schema:** Add explicit escape to opening bracket matcher in jp/jsonpath regex ([#3719](https://github.com/ScoopInstaller/Scoop/issues/3719)) +- **schema:** Fix typo ('note' -> 'notes') ([#4678](https://github.com/ScoopInstaller/Scoop/issues/4678)) - **tests:** Support both AppVeyor and GitHub Actions ([#4655](https://github.com/ScoopInstaller/Scoop/issues/4655)) - **tests:** Run GitHub Actions CI on each commit ([#4664](https://github.com/ScoopInstaller/Scoop/issues/4664)) - **vscode-settings:** Remove 'formatOnSave' trigger ([#4635](https://github.com/ScoopInstaller/Scoop/issues/4635)) diff --git a/schema.json b/schema.json index 33868f9350..5f03ada7aa 100644 --- a/schema.json +++ b/schema.json @@ -226,7 +226,7 @@ "license": { "$ref": "#/definitions/license" }, - "note": { + "notes": { "$ref": "#/definitions/stringOrArrayOfStrings" } }, @@ -239,7 +239,7 @@ }, { "properties": { - "note": { + "notes": { "$ref": "#/definitions/stringOrArrayOfStrings" }, "architecture": {