Skip to content

Commit bc7e4a2

Browse files
GitHKAndrei Neagumergify[bot]
authored andcommitted
⬆️ upgraded director-v2 requirements (ITISFoundation#7319)
Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent dc9df2c commit bc7e4a2

File tree

5 files changed

+185
-122
lines changed

5 files changed

+185
-122
lines changed

services/director-v2/openapi.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,13 +1458,17 @@
14581458
},
14591459
"url": {
14601460
"type": "string",
1461+
"minLength": 1,
1462+
"format": "uri",
14611463
"title": "Url",
14621464
"description": "the link where to get the status of the task"
14631465
},
14641466
"stop_url": {
14651467
"anyOf": [
14661468
{
1467-
"type": "string"
1469+
"type": "string",
1470+
"minLength": 1,
1471+
"format": "uri"
14681472
},
14691473
{
14701474
"type": "null"
@@ -3120,7 +3124,9 @@
31203124
"download_link": {
31213125
"anyOf": [
31223126
{
3123-
"type": "string"
3127+
"type": "string",
3128+
"minLength": 1,
3129+
"format": "uri"
31243130
},
31253131
{
31263132
"type": "null"

0 commit comments

Comments
 (0)