Add generic type to remote derive example
This commit is contained in:
parent
be92d4da5f
commit
e25791dddf
4 changed files with 20 additions and 0 deletions
|
@ -4,12 +4,19 @@
|
|||
"type": "object",
|
||||
"required": [
|
||||
"command_line",
|
||||
"durations",
|
||||
"wall_time"
|
||||
],
|
||||
"properties": {
|
||||
"command_line": {
|
||||
"type": "string"
|
||||
},
|
||||
"durations": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Duration"
|
||||
}
|
||||
},
|
||||
"wall_time": {
|
||||
"$ref": "#/definitions/Duration"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue