Skip to content

Commit c3d88c8

Browse files
authored
Merge pull request #402 from Indemnity83/patch-2
Fix address validation rule to allow 'all' keyword
2 parents 3e912a7 + 96c5c79 commit c3d88c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/schema/endpoints/access-lists.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"type": "string",
38-
"pattern": "^any$"
38+
"pattern": "^all$"
3939
}
4040
]
4141
},

0 commit comments

Comments
 (0)