Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit ec73110

Browse files
stishkinstas
andauthored
Update RESTler swagger schema (#91)
Co-authored-by: stas <statis@microsoft.com>
1 parent 539fac9 commit ec73110

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

cli/raft-tools/tools/RESTler/schema.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,23 @@
207207
"type": "boolean",
208208
"description": "Use SSL when connecting to the server"
209209
},
210+
"authenticationTokenRefreshIntervalSeconds" : {
211+
"type": "integer",
212+
"description": "Authentication token refresh interval",
213+
"format": "int32"
214+
},
210215
"pathRegex": {
211216
"type": "string",
212217
"description": "Path regex for filtering tested endpoints",
213218
"nullable": true
214219
},
215-
"authenticationTokenRefreshIntervalSeconds" : {
216-
"type": "integer",
217-
"description": "Authentciation token refresh interval",
218-
"format": "int32"
220+
"ignoreBugHashes" : {
221+
"type": "array",
222+
"items": {
223+
"type": "string"
224+
},
225+
"description": "List of bug hashes to ignore when posting Bug Found webhook",
226+
"nullable": true
219227
}
220228
},
221229
"additionalProperties": false,
@@ -239,9 +247,9 @@
239247
"properties": {
240248
"task": {
241249
"type": "string",
242-
"description": "Can be compile, fuzz, test, replay",
250+
"description": "RESTLer task types",
243251
"nullable": false,
244-
"enum" : ["compile", "test", "fuzz", "replay"]
252+
"enum" : ["compile", "test", "fuzz", "replay", "testFuzzLean", "fuzzRandomWalk", "fuzzBfsCheap"]
245253
},
246254
"compileConfiguration": {
247255
"$ref": "#/components/schemas/CompileConfiguration"
@@ -254,7 +262,7 @@
254262
},
255263
"agentConfiguration": {
256264
"$ref": "#/components/schemas/AgentConfiguration"
257-
},
265+
}
258266
},
259267
"additionalProperties": false,
260268
"description": "RESTler payload"

0 commit comments

Comments
 (0)