Skip to content

Commit f89612d

Browse files
author
Luca Bianconi
committed
chore: schema updates
1 parent f12b648 commit f89612d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

configuration/configuration.schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"minimum": 0
3535
},
3636
{
37-
"type": "string"
37+
"type": "string",
38+
"pattern": "^[-+]?([0-9]*(\\.[0-9]*)?[a-z]+)+$"
3839
}
3940
]
4041
}
@@ -150,7 +151,8 @@
150151
"properties": {
151152
"enable_notification": {
152153
"description": "set to `false` to disable notifications of new Arduino CLI releases, defaults to `true`",
153-
"type": "boolean"
154+
"type": "boolean",
155+
"default": true
154156
}
155157
},
156158
"type": "object"

0 commit comments

Comments
 (0)