Skip to content

Commit e1a05ae

Browse files
ya7010yn7010
andauthored
fix: update regex pattern for property keys in pyproject.json (SchemaStore#4737)
Co-authored-by: yn7010 <[email protected]>
1 parent 7ab0db8 commit e1a05ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/pyproject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
"type": "object",
514514
"x-tombi-table-keys-order": "ascending",
515515
"patternProperties": {
516-
"^([a-z\\d]|[a-z\\d]([a-z\\d-](?!--))*[a-z\\d])$": {
516+
"^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$": {
517517
"type": "array",
518518
"items": {
519519
"type": "string"

0 commit comments

Comments
 (0)