add timeout for Hook

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
Ma Shimiao 2016-08-29 09:59:03 +08:00
parent 8095e4eb4e
commit 50f36a4148
1 changed files with 13 additions and 0 deletions

View File

@ -41,6 +41,16 @@
"minimum": 0,
"maximum": 18446744073709552000
},
"intPointer" : {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"uint16Pointer": {
"oneOf": [
{
@ -114,6 +124,9 @@
},
"env": {
"$ref": "#/definitions/Env"
},
"timeout": {
"$ref": "#/definitions/intPointer"
}
}
},