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 4
4
"type" : " object" ,
5
5
"properties" : {
6
6
"$schema" : {
7
- "type" : " string"
7
+ "type" : " string" ,
8
+ "description" : " The JSON schema reference for validation."
8
9
},
9
10
"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."
11
17
}
12
18
},
13
19
"required" : [
Original file line number Diff line number Diff line change 4
4
"type" : " object" ,
5
5
"properties" : {
6
6
"$schema" : {
7
- "type" : " string"
7
+ "type" : " string" ,
8
+ "description" : " The JSON schema reference for validation."
8
9
},
9
10
"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."
11
17
}
12
18
},
13
19
"required" : [
Original file line number Diff line number Diff line change 10
10
"mocksFile" : {
11
11
"type" : " string" ,
12
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."
13
17
}
14
18
},
15
19
"required" : [
You can’t perform that action at this time.
0 commit comments