Skip to content

Commit 3556c92

Browse files
lecjulJulien Lecompagnon
andauthored
Fixed constant all for DefaultGroups (SchemaStore#5099)
Co-authored-by: Julien Lecompagnon <[email protected]>
1 parent c75d1a6 commit 3556c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/uv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@
733733
{
734734
"description": "All groups are defaulted",
735735
"type": "string",
736-
"const": "All"
736+
"const": "all"
737737
},
738738
{
739739
"description": "A list of groups",

0 commit comments

Comments
 (0)