File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 44 "type" : " object" ,
55 "properties" : {
66 "$schema" : {
7- "type" : " string"
7+ "type" : " string" ,
8+ "description" : " The JSON schema reference for validation."
89 },
910 "mocksFile" : {
10- "type" : " string"
11+ "type" : " string" ,
12+ "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."
1117 }
1218 },
1319 "required" : [
Original file line number Diff line number Diff line change 44 "type" : " object" ,
55 "properties" : {
66 "$schema" : {
7- "type" : " string"
7+ "type" : " string" ,
8+ "description" : " The JSON schema reference for validation."
89 },
910 "mocksFile" : {
10- "type" : " string"
11+ "type" : " string" ,
12+ "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."
1117 }
1218 },
1319 "required" : [
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments