UNPKG

326 BJSONView Raw
1{
2 "verbs" : ["GET", "POST"],
3
4 "defaultState" : {
5 "httpStatus" : 200,
6 "template" : null,
7 "reqParser" : null,
8 "mockGenerator" : null,
9 "diff" : null
10 },
11
12 "defaultStates" : {
13 "default" : {
14
15 },
16 "unauthorized" : {
17 "httpStatus" : 401
18 },
19 "serverError" : {
20 "httpStatus" : 500
21 }
22 }
23}
\No newline at end of file