Skip to content

Commit 5391715

Browse files
authored
Merge pull request #544 from Mashimiao/add-timeout-for-hook
add timeout for Hook
2 parents 90451c4 + 50f36a4 commit 5391715

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

schema/defs.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
"minimum": 0,
4242
"maximum": 18446744073709552000
4343
},
44+
"intPointer" : {
45+
"oneOf": [
46+
{
47+
"type": "integer"
48+
},
49+
{
50+
"type": "null"
51+
}
52+
]
53+
},
4454
"uint16Pointer": {
4555
"oneOf": [
4656
{
@@ -114,6 +124,9 @@
114124
},
115125
"env": {
116126
"$ref": "#/definitions/Env"
127+
},
128+
"timeout": {
129+
"$ref": "#/definitions/intPointer"
117130
}
118131
}
119132
},

0 commit comments

Comments
 (0)