Skip to content

Commit 167dff4

Browse files
authored
Update snippet schemas to v0.24.0. Closes #158 (#159)
1 parent f40a7a9 commit 167dff4

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed:
1313

1414
- Snippets: `devproxy-plugin-open-api-spec-generator` - OpenApiSpecGeneratorPlugin config section
15+
- Snippets: All snippets that reference schemas updated to use `v0.24.0` schema
1516

1617
## [0.14.0] - 2024-11-27
1718

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/v0.23.0/rc.schema.json\",",
6+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/rc.schema.json\",",
77
"\t\"plugins\": [",
88
"\t\t$1",
99
"\t],",
@@ -20,7 +20,7 @@
2020
"ConfigFileSchema": {
2121
"prefix": "devproxy-config-file-schema",
2222
"body": [
23-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/rc.schema.json\","
23+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/rc.schema.json\","
2424
],
2525
"description": "Dev Proxy config file schema"
2626
},
@@ -42,7 +42,7 @@
4242
"prefix": "devproxy-mocks-file",
4343
"body": [
4444
"{",
45-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/mockresponseplugin.schema.json\",",
45+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/mockresponseplugin.schema.json\",",
4646
"\t\"mocks\": [",
4747
"\t\t$1",
4848
"\t]",
@@ -53,7 +53,7 @@
5353
"MocksFileSchema": {
5454
"prefix": "devproxy-mocks-file-schema",
5555
"body": [
56-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/mockresponseplugin.schema.json\","
56+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/mockresponseplugin.schema.json\","
5757
],
5858
"description": "Dev Proxy mocks file schema"
5959
},
@@ -295,7 +295,7 @@
295295
"prefix": "devproxy-plugin-crud-api-file",
296296
"body": [
297297
"{",
298-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/crudapiplugin.schema.json\",",
298+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/crudapiplugin.schema.json\",",
299299
"\t\"actions\": [",
300300
"\t\t$1",
301301
"\t],",
@@ -308,7 +308,7 @@
308308
"CrudApiPluginFileSchema": {
309309
"prefix": "devproxy-plugin-crud-api-file-schema",
310310
"body": [
311-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/crudapiplugin.schema.json\","
311+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/crudapiplugin.schema.json\","
312312
],
313313
"description": "CrudApiPlugin API file schema"
314314
},
@@ -412,7 +412,7 @@
412412
"prefix": "devproxy-plugin-generic-random-error-file",
413413
"body": [
414414
"{",
415-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/genericrandomerrorplugin.schema.json\",",
415+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/genericrandomerrorplugin.schema.json\",",
416416
"\t\"errors\": [",
417417
"\t\t$1",
418418
"\t]",
@@ -423,7 +423,7 @@
423423
"GenericRandomErrorPluginFileSchema": {
424424
"prefix": "devproxy-plugin-generic-random-error-file-schema",
425425
"body": [
426-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/genericrandomerrorplugin.schema.json\","
426+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/genericrandomerrorplugin.schema.json\","
427427
],
428428
"description": "GenericRandomErrorPlugin errors file schema"
429429
},
@@ -733,7 +733,7 @@
733733
"MockResponsePluginFileSchema": {
734734
"prefix": "devproxy-plugin-mock-response-schema",
735735
"body": [
736-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/mockresponseplugin.schema.json\","
736+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/mockresponseplugin.schema.json\","
737737
],
738738
"description": "MockResponsePlugin schema"
739739
},
@@ -828,7 +828,7 @@
828828
"prefix": "devproxy-plugin-rate-limiting-file",
829829
"body": [
830830
"{",
831-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/ratelimitingplugin.schema.json\",",
831+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/ratelimitingplugin.schema.json\",",
832832
"\t\"body\": {",
833833
"\t\t$1",
834834
"\t},",
@@ -843,7 +843,7 @@
843843
"RateLimitingFileSchema": {
844844
"prefix": "devproxy-plugin-rate-limiting-file-schema",
845845
"body": [
846-
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/ratelimitingplugin.schema.json\","
846+
"\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/ratelimitingplugin.schema.json\","
847847
],
848848
"description": "Dev Proxy rate limiting file schema"
849849
},

0 commit comments

Comments
 (0)