Skip to content

Commit 7aaed61

Browse files
committed
fix: fix url format in schemas
1 parent 40cb8ce commit 7aaed61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/schemas/config.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- type: "null"
1414
- type: object
1515
properties:
16-
proxyUrl: { type: string, format: uri }
16+
proxyUrl: { type: string, format: url }
1717
https:
1818
type: object
1919
properties:

0 commit comments

Comments
 (0)