Skip to content

Commit 5f407ca

Browse files
authored
build(schema): Fix typo ('note' -> 'notes') (#4678)
1 parent d023e6c commit 5f407ca

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- **checkver:** Fix output with '-Version' ([#3774](https://github.com/ScoopInstaller/Scoop/issues/3774))
3232
- **schema:** Add '$schema' property ([#4623](https://github.com/ScoopInstaller/Scoop/issues/4623))
3333
- **schema:** Add explicit escape to opening bracket matcher in jp/jsonpath regex ([#3719](https://github.com/ScoopInstaller/Scoop/issues/3719))
34+
- **schema:** Fix typo ('note' -> 'notes') ([#4678](https://github.com/ScoopInstaller/Scoop/issues/4678))
3435
- **tests:** Support both AppVeyor and GitHub Actions ([#4655](https://github.com/ScoopInstaller/Scoop/issues/4655))
3536
- **tests:** Run GitHub Actions CI on each commit ([#4664](https://github.com/ScoopInstaller/Scoop/issues/4664))
3637
- **vscode-settings:** Remove 'formatOnSave' trigger ([#4635](https://github.com/ScoopInstaller/Scoop/issues/4635))

schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"license": {
227227
"$ref": "#/definitions/license"
228228
},
229-
"note": {
229+
"notes": {
230230
"$ref": "#/definitions/stringOrArrayOfStrings"
231231
}
232232
},
@@ -239,7 +239,7 @@
239239
},
240240
{
241241
"properties": {
242-
"note": {
242+
"notes": {
243243
"$ref": "#/definitions/stringOrArrayOfStrings"
244244
},
245245
"architecture": {

0 commit comments

Comments
 (0)