Skip to content

Commit 463fb36

Browse files
waldekmastykarzgarrytrinder
authored andcommitted
Fixes schema URLs
1 parent 0293a72 commit 463fb36

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/snippets.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"prefix": "devproxy-config-file",
44
"body": [
55
"{",
6-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/rc.schema.json\",",
6+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/rc.schema.json\",",
77
"\t\"plugins\": [",
88
"\t\t$1",
99
"\t],",
@@ -17,15 +17,15 @@
1717
"ConfigFileSchema": {
1818
"prefix": "devproxy-config-file-schema",
1919
"body": [
20-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/rc.schema.json\","
20+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/rc.schema.json\","
2121
],
2222
"description": "Dev Proxy config file schema"
2323
},
2424
"MocksFile": {
2525
"prefix": "devproxy-mocks-file",
2626
"body": [
2727
"{",
28-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/mockresponseplugin.schema.json\",",
28+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/mockresponseplugin.schema.json\",",
2929
"\t\"mocks\": [",
3030
"\t\t$1",
3131
"\t]",
@@ -36,7 +36,7 @@
3636
"MocksFileSchema": {
3737
"prefix": "devproxy-mocks-file-schema",
3838
"body": [
39-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/mockresponseplugin.schema.json\","
39+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/mockresponseplugin.schema.json\","
4040
],
4141
"description": "Dev Proxy mocks file schema"
4242
},
@@ -212,7 +212,7 @@
212212
"prefix": "devproxy-plugin-crud-api-file",
213213
"body": [
214214
"{",
215-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/crudapiplugin.schema.json\",",
215+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/crudapiplugin.schema.json\",",
216216
"\t\"actions\": [",
217217
"\t\t$1",
218218
"\t],",
@@ -225,7 +225,7 @@
225225
"CrudApiPluginFileSchema": {
226226
"prefix": "devproxy-plugin-crud-api-file-schema",
227227
"body": [
228-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/crudapiplugin.schema.json\","
228+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/crudapiplugin.schema.json\","
229229
],
230230
"description": "CrudApiPlugin API file schema"
231231
},
@@ -329,7 +329,7 @@
329329
"prefix": "devproxy-plugin-generic-random-error-file",
330330
"body": [
331331
"{",
332-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/genericrandomerrorplugin.schema.json\",",
332+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/genericrandomerrorplugin.schema.json\",",
333333
"\t\"responses\": [",
334334
"\t\t$1",
335335
"\t]",
@@ -340,7 +340,7 @@
340340
"GenericRandomErrorPluginFileSchema": {
341341
"prefix": "devproxy-plugin-generic-random-error-file-schema",
342342
"body": [
343-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/genericrandomerrorplugin.schema.json\","
343+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/genericrandomerrorplugin.schema.json\","
344344
],
345345
"description": "GenericRandomErrorPlugin errors file schema"
346346
},
@@ -607,7 +607,7 @@
607607
"MockResponsePluginFileSchema": {
608608
"prefix": "devproxy-plugin-mock-response-schema",
609609
"body": [
610-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/mockresponseplugin.schema.json\","
610+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/mockresponseplugin.schema.json\","
611611
],
612612
"description": "MockResponsePlugin schema"
613613
},
@@ -692,7 +692,7 @@
692692
"prefix": "devproxy-plugin-rate-limiting-file",
693693
"body": [
694694
"{",
695-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/ratelimitingplugin.schema.json\",",
695+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/ratelimitingplugin.schema.json\",",
696696
"\t\"body\": {",
697697
"\t\t$1",
698698
"\t},",
@@ -707,7 +707,7 @@
707707
"RateLimitingFileSchema": {
708708
"prefix": "devproxy-plugin-rate-limiting-file-schema",
709709
"body": [
710-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/0.20.0/ratelimitingplugin.schema.json\","
710+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/ratelimitingplugin.schema.json\","
711711
],
712712
"description": "Dev Proxy rate limiting file schema"
713713
},

0 commit comments

Comments
 (0)