mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
Fix Task.runtime API v2.13
This commit is contained in:
parent
20d91ee16c
commit
fe76680eda
@ -1602,8 +1602,8 @@ class Task(NonStrictDataModel):
|
|||||||
"type": ["string", "null"],
|
"type": ["string", "null"],
|
||||||
},
|
},
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"type": "object",
|
|
||||||
"description": "Task runtime mapping",
|
"description": "Task runtime mapping",
|
||||||
|
"type": ["object", "null"],
|
||||||
"additionalProperties": True,
|
"additionalProperties": True,
|
||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
@ -6160,8 +6160,8 @@ class EditRequest(Request):
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
},
|
},
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"type": "object",
|
|
||||||
"description": "Task runtime mapping",
|
"description": "Task runtime mapping",
|
||||||
|
"type": ["object", "null"],
|
||||||
"additionalProperties": True,
|
"additionalProperties": True,
|
||||||
},
|
},
|
||||||
"script": {"$ref": "#/definitions/script", "description": "Script info"},
|
"script": {"$ref": "#/definitions/script", "description": "Script info"},
|
||||||
|
Loading…
Reference in New Issue
Block a user