Skip to content

Commit f8e89de

Browse files
committed
added to config schema
1 parent ec46ce8 commit f8e89de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/helpers/schemas/config.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
"filePath": {
9191
"type": "string"
9292
},
93+
"url": {
94+
"type": "string",
95+
"format": "uri"
96+
},
9397
"clinicalSiteID": {
9498
"type": "string"
9599
},

0 commit comments

Comments
 (0)