UNPKG

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