Skip to content

Commit beb55a5

Browse files
committed
Adds blockUnmockedRequests property of mock response plugin configuration schema
1 parent f61443e commit beb55a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/v0.27.0/mockresponseplugin.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"mocksFile": {
1111
"type": "string",
1212
"description": "Path to the file containing the mock responses."
13+
},
14+
"blockUnmockedRequests": {
15+
"type": "boolean",
16+
"description": "Set to true to return 502 Bad Gateway response for requests that aren't mocked. Default is false."
1317
}
1418
},
1519
"required": [

0 commit comments

Comments
 (0)