File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 22
22
"body" : [
23
23
" {" ,
24
24
" \t\"\\ $schema\" : \" https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/mockresponseplugin.schema.json\" ," ,
25
- " \t\" mocks\" : [$1]" ,
25
+ " \t\" mocks\" : [" ,
26
+ " \t\t $1" ,
27
+ " \t ]" ,
26
28
" }"
27
29
],
28
30
"description" : " Dev Proxy mocks file"
32
34
"body" : [
33
35
" \"\\ $schema\" : \" https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/mockresponseplugin.schema.json\" ,"
34
36
],
35
- "description" : " Dev Proxy mocks file schema"
37
+ "description" : " Dev Proxy mocks file schema"
36
38
},
37
39
"Mock" : {
38
40
"prefix" : " devproxy-mock" ,
39
41
"body" : [
40
- " \r " ,
41
- " \t {" ,
42
- " \t\t\" request\" : {" ,
43
- " \t\t\t\" url\" : \" $1\" " ,
44
- " \t\t }," ,
45
- " \t\t\" response\" : {$2}" ,
46
- " \t }\r "
42
+ " {" ,
43
+ " \t\" request\" : {" ,
44
+ " \t\t\" url\" : \" $1\" " ,
45
+ " \t }," ,
46
+ " \t\" response\" : {" ,
47
+ " \t\t $2" ,
48
+ " \t }" ,
49
+ " }"
47
50
],
48
51
"description" : " Dev Proxy mock"
49
52
},
52
55
"body" : [
53
56
" \t\" request\" : {" ,
54
57
" \t\t\" url\" : \" $1\" " ,
55
- " \t }," ,
58
+ " \t }," ,
56
59
" \t\" response\" : {$2}" ,
57
60
" }"
58
61
],
465
468
"MockResponsePluginFileSchema" : {
466
469
"prefix" : " devproxy-plugin-mock-response-schema" ,
467
470
"body" : [
468
- " \"\\ $schema\" : \" https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/mockresponseplugin.schema.json\" ,"
471
+ " \"\\ $schema\" : \" https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/mockresponseplugin.schema.json\" ,"
469
472
],
470
473
"description" : " MockResponsePlugin schema"
471
474
},
You can’t perform that action at this time.
0 commit comments