Skip to content

Commit f69fc2d

Browse files
Fixed webhook schema (#139)
1 parent 5feaf91 commit f69fc2d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@team-plain/typescript-sdk-dev': minor
3+
---
4+
5+
Fixed webhook schema definition

src/webhooks/webhook-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
},
518518
"color": {
519519
"type": "string",
520-
"pattern": "^#([a-f0-9]{3,4}|[a-f0-9]{4}(?:[a-f0-9]{2}){1,2})\\b$"
520+
"pattern": "^#([a-fA-F0-9]{3,4}|[a-fA-F0-9]{4}(?:[a-fA-F0-9]{2}){1,2})$"
521521
},
522522
"createdAt": {
523523
"$ref": "#/definitions/datetime"

0 commit comments

Comments
 (0)