You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/director-v2/openapi.json
+26-11Lines changed: 26 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1458,17 +1458,13 @@
1458
1458
},
1459
1459
"url": {
1460
1460
"type": "string",
1461
-
"minLength": 1,
1462
-
"format": "uri",
1463
1461
"title": "Url",
1464
1462
"description": "the link where to get the status of the task"
1465
1463
},
1466
1464
"stop_url": {
1467
1465
"anyOf": [
1468
1466
{
1469
-
"type": "string",
1470
-
"minLength": 1,
1471
-
"format": "uri"
1467
+
"type": "string"
1472
1468
},
1473
1469
{
1474
1470
"type": "null"
@@ -2447,6 +2443,9 @@
2447
2443
},
2448
2444
"type": "array"
2449
2445
},
2446
+
"propertyNames": {
2447
+
"format": "uuid"
2448
+
},
2450
2449
"type": "object",
2451
2450
"title": "Adjacency List",
2452
2451
"description": "The adjacency list of the current pipeline in terms of {NodeID: [successor NodeID]}"
@@ -2469,6 +2468,9 @@
2469
2468
"additionalProperties": {
2470
2469
"$ref": "#/components/schemas/NodeState"
2471
2470
},
2471
+
"propertyNames": {
2472
+
"format": "uuid"
2473
+
},
2472
2474
"type": "object",
2473
2475
"title": "Node States",
2474
2476
"description": "The states of each of the computational nodes in the pipeline"
@@ -2978,9 +2980,16 @@
2978
2980
"description": "contains harware information so we know on which hardware to run the service"
2979
2981
},
2980
2982
"product_name": {
2981
-
"type": "string",
2983
+
"anyOf": [
2984
+
{
2985
+
"type": "string"
2986
+
},
2987
+
{
2988
+
"type": "null"
2989
+
}
2990
+
],
2982
2991
"title": "Product Name",
2983
-
"description": "Current product upon which this service is scheduled. If set to None, the current product is undefined. Mostly for backwards compatibility"
2992
+
"description": "Current product upon which this service is scheduledIf set to None, the current product is undefined. Mostly for backwards compatibility"
0 commit comments