mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Fix JSON name of process timeout
This commit is contained in:
@@ -3371,6 +3371,10 @@ const docTemplate = `{
|
||||
"reference": {
|
||||
"type": "string"
|
||||
},
|
||||
"runtime_duration_seconds": {
|
||||
"type": "integer",
|
||||
"format": "uint64"
|
||||
},
|
||||
"scheduler": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -3378,10 +3382,6 @@ const docTemplate = `{
|
||||
"type": "integer",
|
||||
"format": "uint64"
|
||||
},
|
||||
"timeout_seconds": {
|
||||
"type": "integer",
|
||||
"format": "uint64"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
Reference in New Issue
Block a user