Skip to content

Commit f0b36a8

Browse files
Update snippets.json schema version (#36)
1 parent b93cc86 commit f0b36a8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/snippets.json

Lines changed: 12 additions & 12 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/v1.0/rc.schema.json\",",
6+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/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/v1.0/rc.schema.json\","
20+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/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/v1.0/mockresponseplugin.schema.json\",",
28+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/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/v1.0/mockresponseplugin.schema.json\","
39+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/mockresponseplugin.schema.json\","
4040
],
4141
"description": "Dev Proxy mocks file schema"
4242
},
@@ -139,7 +139,7 @@
139139
"prefix": "devproxy-plugin-crud-api-file",
140140
"body": [
141141
"{",
142-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/crudapiplugin.schema.json\",",
142+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/crudapiplugin.schema.json\",",
143143
"\t\"actions\": [",
144144
"\t\t$1",
145145
"\t],",
@@ -152,7 +152,7 @@
152152
"CrudApiPluginFileSchema": {
153153
"prefix": "devproxy-plugin-crud-api-file-schema",
154154
"body": [
155-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/crudapiplugin.schema.json\","
155+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/crudapiplugin.schema.json\","
156156
],
157157
"description": "CrudApiPlugin API file schema"
158158
},
@@ -235,7 +235,7 @@
235235
"prefix": "devproxy-plugin-generic-random-error-file",
236236
"body": [
237237
"{",
238-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/genericrandomerrorplugin.schema.json\",",
238+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/genericrandomerrorplugin.schema.json\",",
239239
"\t\"responses\": [",
240240
"\t\t$1",
241241
"\t]",
@@ -246,7 +246,7 @@
246246
"GenericRandomErrorPluginFileSchema": {
247247
"prefix": "devproxy-plugin-generic-random-error-file-schema",
248248
"body": [
249-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/genericrandomerrorplugin.schema.json\","
249+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/genericrandomerrorplugin.schema.json\","
250250
],
251251
"description": "GenericRandomErrorPlugin errors file schema"
252252
},
@@ -482,7 +482,7 @@
482482
"MockResponsePluginFileSchema": {
483483
"prefix": "devproxy-plugin-mock-response-schema",
484484
"body": [
485-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/mockresponseplugin.schema.json\","
485+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/mockresponseplugin.schema.json\","
486486
],
487487
"description": "MockResponsePlugin schema"
488488
},
@@ -556,7 +556,7 @@
556556
"prefix": "devproxy-plugin-rate-limiting-file",
557557
"body": [
558558
"{",
559-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/ratelimitingplugin.schema.json\",",
559+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/ratelimitingplugin.schema.json\",",
560560
"\t\"body\": {",
561561
"\t\t$1",
562562
"\t},",
@@ -571,7 +571,7 @@
571571
"RateLimitingFileSchema": {
572572
"prefix": "devproxy-plugin-rate-limiting-file-schema",
573573
"body": [
574-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/crudapiplugin.schema.json\","
574+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/ratelimitingplugin.schema.json\","
575575
],
576576
"description": "Dev Proxy rate limiting file schema"
577577
},
@@ -586,4 +586,4 @@
586586
],
587587
"description": "RetryAfterPlugin instance"
588588
}
589-
}
589+
}

0 commit comments

Comments
 (0)