Skip to content

Commit 3a5fd97

Browse files
Update snippets to v1.0.0 schemas (#298)
Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 7f0469e commit 3a5fd97

File tree

2 files changed

+45
-41
lines changed

2 files changed

+45
-41
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010
## [1.0.0] - Unreleased
1111

12+
### Changed:
13+
14+
- Snippets: All snippets that reference schemas updated to use `v1.0.0` schema
15+
1216
## [0.27.0] - 2025-06-30
1317

1418
### Added:

src/snippets.json

Lines changed: 41 additions & 41 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/dotnet/dev-proxy/main/schemas/v0.29.2/rc.schema.json\",",
6+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.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/dotnet/dev-proxy/main/schemas/v0.29.2/rc.schema.json\","
23+
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.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/dotnet/dev-proxy/main/schemas/v0.29.2/mockresponseplugin.mocksfile.schema.json\",",
45+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/mockresponseplugin.mocksfile.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/dotnet/dev-proxy/main/schemas/v0.29.2/mockresponseplugin.mocksfile.schema.json\","
56+
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/mockresponseplugin.mocksfile.schema.json\","
5757
],
5858
"description": "Dev Proxy mocks file schema"
5959
},
@@ -75,7 +75,7 @@
7575
"prefix": "devproxy-prices-file",
7676
"body": [
7777
"{",
78-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/openaitelemetryplugin.pricesfile.schema.json\",",
78+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/openaitelemetryplugin.pricesfile.schema.json\",",
7979
"\t\"prices\": {",
8080
"\t\t$1",
8181
"\t}",
@@ -162,7 +162,7 @@
162162
"prefix": "devproxy-plugin-auth-config-apikey",
163163
"body": [
164164
"\"auth\": {",
165-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/authplugin.schema.json\",",
165+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/authplugin.schema.json\",",
166166
"\t\"type\": \"apiKey\",",
167167
"\t\"apiKey\": {",
168168
"\t\t\"parameters\": [",
@@ -187,7 +187,7 @@
187187
"prefix": "devproxy-plugin-auth-config-oauth2",
188188
"body": [
189189
"\"auth\": {",
190-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/authplugin.schema.json\",",
190+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/authplugin.schema.json\",",
191191
"\t\"type\": \"oauth2\",",
192192
"\t\"oauth2\": {",
193193
"\t\t\"metadataUrl\": \"https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration\",",
@@ -230,7 +230,7 @@
230230
"prefix": "devproxy-plugin-api-center-minimal-permissions-config",
231231
"body": [
232232
"\"apiCenterMinimalPermissionsPlugin\": {",
233-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/apicenterminimalpermissionsplugin.schema.json\",",
233+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/apicenterminimalpermissionsplugin.schema.json\",",
234234
"\t\"subscriptionId\": \"cdae2297-7aa6-4195-bbb1-dcd89153cc72\",",
235235
"\t\"resourceGroupName\": \"resource-group-name\",",
236236
"\t\"serviceName\": \"apic-instance\",",
@@ -255,7 +255,7 @@
255255
"prefix": "devproxy-plugin-api-center-onboarding-config",
256256
"body": [
257257
"\"apiCenterOnboardingPlugin\": {",
258-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/apicenteronboardingplugin.schema.json\",",
258+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/apicenteronboardingplugin.schema.json\",",
259259
"\t\"subscriptionId\": \"cdae2297-7aa6-4195-bbb1-dcd89153cc72\",",
260260
"\t\"resourceGroupName\": \"resource-group-name\",",
261261
"\t\"serviceName\": \"apic-instance\",",
@@ -281,7 +281,7 @@
281281
"prefix": "devproxy-plugin-api-center-production-version-config",
282282
"body": [
283283
"\"apiCenterProductionVersionPlugin\": {",
284-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/apicenterproductionversionplugin.schema.json\",",
284+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/apicenterproductionversionplugin.schema.json\",",
285285
"\t\"subscriptionId\": \"cdae2297-7aa6-4195-bbb1-dcd89153cc72\",",
286286
"\t\"resourceGroupName\": \"resource-group-name\",",
287287
"\t\"serviceName\": \"apic-instance\",",
@@ -305,7 +305,7 @@
305305
"prefix": "devproxy-plugin-caching-guidance-config",
306306
"body": [
307307
"\"cachingGuidance\": {",
308-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/cachingguidanceplugin.schema.json\",",
308+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/cachingguidanceplugin.schema.json\",",
309309
"\t\"cacheThresholdSeconds\": 5",
310310
"}"
311311
],
@@ -327,7 +327,7 @@
327327
"prefix": "devproxy-plugin-crud-api-config",
328328
"body": [
329329
"\"customersApi\": {",
330-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.schema.json\",",
330+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/crudapiplugin.schema.json\",",
331331
"\t\"apiFile\": \"customers-api.json\"",
332332
"}"
333333
],
@@ -337,7 +337,7 @@
337337
"prefix": "devproxy-plugin-crud-api-file",
338338
"body": [
339339
"{",
340-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json\",",
340+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/crudapiplugin.apifile.schema.json\",",
341341
"\t\"actions\": [",
342342
"\t\t$1",
343343
"\t],",
@@ -350,7 +350,7 @@
350350
"CrudApiPluginFileSchema": {
351351
"prefix": "devproxy-plugin-crud-api-file-schema",
352352
"body": [
353-
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/crudapiplugin.apifile.schema.json\","
353+
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/crudapiplugin.apifile.schema.json\","
354354
],
355355
"description": "CrudApiPlugin API file schema"
356356
},
@@ -381,7 +381,7 @@
381381
"prefix": "devproxy-plugin-dev-tools-config",
382382
"body": [
383383
"\"devTools\": {",
384-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/devtoolsplugin.schema.json\",",
384+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/devtoolsplugin.schema.json\",",
385385
"\t\"preferredBrowser\": \"Edge\"",
386386
"}"
387387
],
@@ -403,7 +403,7 @@
403403
"prefix": "devproxy-plugin-entra-mock-response-config",
404404
"body": [
405405
"\"entraMockResponsePlugin\": {",
406-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/mockresponseplugin.schema.json\",",
406+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/mockresponseplugin.schema.json\",",
407407
"\t\"mocksFile\": \"mocks.json\"",
408408
"}"
409409
],
@@ -424,7 +424,7 @@
424424
"prefix": "devproxy-plugin-execution-summary-config",
425425
"body": [
426426
"\"executionSummaryPlugin\": {",
427-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/executionsummaryplugin.schema.json\",",
427+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/executionsummaryplugin.schema.json\",",
428428
"\t\"groupBy\": \"url\"",
429429
"}"
430430
],
@@ -446,7 +446,7 @@
446446
"prefix": "devproxy-plugin-generic-random-error-config",
447447
"body": [
448448
"\"genericRandomErrorPlugin\": {",
449-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/genericrandomerrorplugin.schema.json\",",
449+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/genericrandomerrorplugin.schema.json\",",
450450
"\t\"errorsFile\": \"errors.json\",",
451451
"\t\"rate\": 50",
452452
"}"
@@ -457,7 +457,7 @@
457457
"prefix": "devproxy-plugin-generic-random-error-file",
458458
"body": [
459459
"{",
460-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/genericrandomerrorplugin.errorsfile.schema.json\",",
460+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/genericrandomerrorplugin.errorsfile.schema.json\",",
461461
"\t\"errors\": [",
462462
"\t\t$1",
463463
"\t]",
@@ -468,7 +468,7 @@
468468
"GenericRandomErrorPluginFileSchema": {
469469
"prefix": "devproxy-plugin-generic-random-error-file-schema",
470470
"body": [
471-
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/genericrandomerrorplugin.errorsfile.schema.json\","
471+
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/genericrandomerrorplugin.errorsfile.schema.json\","
472472
],
473473
"description": "GenericRandomErrorPlugin errors file schema"
474474
},
@@ -525,7 +525,7 @@
525525
"prefix": "devproxy-plugin-graph-minimal-permissions-guidance-config",
526526
"body": [
527527
"\"graphMinimalPermissionsGuidancePlugin\": {",
528-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/graphminimalpermissionsguidanceplugin.schema.json\",",
528+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/graphminimalpermissionsguidanceplugin.schema.json\",",
529529
"\t\"permissionsToIgnore\": [",
530530
"\t\t\"profile\",",
531531
"\t\t\"openid\",",
@@ -551,7 +551,7 @@
551551
"prefix": "devproxy-plugin-graph-minimal-permissions-config",
552552
"body": [
553553
"\"graphMinimalPermissionsPlugin\": {",
554-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/graphmininalpermissionsplugin.schema.json\",",
554+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/graphmininalpermissionsplugin.schema.json\",",
555555
"\t\"type\": \"delegated\"",
556556
"}"
557557
],
@@ -583,7 +583,7 @@
583583
"prefix": "devproxy-plugin-graph-mock-response-config",
584584
"body": [
585585
"\"graphMockResponsePlugin\": {",
586-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/mockresponseplugin.schema.json\",",
586+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/mockresponseplugin.schema.json\",",
587587
"\t\"mocksFile\": \"mocks.json\"",
588588
"}"
589589
],
@@ -614,7 +614,7 @@
614614
"prefix": "devproxy-plugin-graph-random-error-config",
615615
"body": [
616616
"\"graphRandomErrorPlugin\": {",
617-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/graphrandomerrorplugin.schema.json\",",
617+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/graphrandomerrorplugin.schema.json\",",
618618
"\t\"allowedErrors\": [ 429, 500, 502, 503, 504, 507 ]",
619619
"\t\"rate\": 50",
620620
"}"
@@ -678,7 +678,7 @@
678678
"prefix": "devproxy-plugin-http-file-generator-config",
679679
"body": [
680680
"\"httpFileGeneratorPlugin\": {",
681-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/httpfilegeneratorplugin.schema.json\",",
681+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/httpfilegeneratorplugin.schema.json\",",
682682
"\t\"includeOptionsRequests\": false",
683683
"}"
684684
],
@@ -700,7 +700,7 @@
700700
"prefix": "devproxy-plugin-latency-config",
701701
"body": [
702702
"\"latencyPlugin\": {",
703-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/latencyplugin.schema.json\",",
703+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/latencyplugin.schema.json\",",
704704
"\t\"minMs\": 200,",
705705
"\t\"maxMs\": 10000",
706706
"}"
@@ -722,7 +722,7 @@
722722
"prefix": "devproxy-plugin-minimal-csom-permissions-config",
723723
"body": [
724724
"\"minimalCsomPermissionsPlugin\": {",
725-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/minimalcsompermissionsplugin.schema.json\",",
725+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/minimalcsompermissionsplugin.schema.json\",",
726726
"\t\"typesFilePath\": \"./api-specs\"",
727727
"}"
728728
],
@@ -744,7 +744,7 @@
744744
"prefix": "devproxy-plugin-minimal-permissions-config",
745745
"body": [
746746
"\"minimalPermissionsPlugin\": {",
747-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/minimalpermissionsplugin.schema.json\",",
747+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/minimalpermissionsplugin.schema.json\",",
748748
"\t\"apiSpecsFolderPath\": \"./api-specs\"",
749749
"}"
750750
],
@@ -766,7 +766,7 @@
766766
"prefix": "devproxy-plugin-minimal-permissions-guidance-config",
767767
"body": [
768768
"\"minimalPermissionsGuidancePlugin\": {",
769-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/minimalpermissionsguidanceplugin.schema.json\",",
769+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/minimalpermissionsguidanceplugin.schema.json\",",
770770
"\t\"apiSpecsFolderPath\": \"./api-specs\"",
771771
"}"
772772
],
@@ -799,7 +799,7 @@
799799
"prefix": "devproxy-plugin-mock-request-config",
800800
"body": [
801801
"\"mockRequestPlugin\": {",
802-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/mockrequestplugin.schema.json\",",
802+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/mockrequestplugin.schema.json\",",
803803
"\t\"mockFile\": \"mock-request.json\"",
804804
"}"
805805
],
@@ -821,7 +821,7 @@
821821
"prefix": "devproxy-plugin-mock-response-config",
822822
"body": [
823823
"\"mockResponsePlugin\": {",
824-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/mockresponseplugin.schema.json\",",
824+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/mockresponseplugin.schema.json\",",
825825
"\t\"mocksFile\": \"mocks.json\"",
826826
"}"
827827
],
@@ -830,7 +830,7 @@
830830
"MockResponsePluginFileSchema": {
831831
"prefix": "devproxy-plugin-mock-response-schema",
832832
"body": [
833-
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/mockresponseplugin.mocksfile.schema.json\","
833+
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/mockresponseplugin.mocksfile.schema.json\","
834834
],
835835
"description": "MockResponsePlugin schema"
836836
},
@@ -893,7 +893,7 @@
893893
"prefix": "devproxy-plugin-openai-telemetry-config",
894894
"body": [
895895
"\"openAITelemetryPlugin\": {",
896-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/openaitelemetryplugin.schema.json\",",
896+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/openaitelemetryplugin.schema.json\",",
897897
"\t\"application\": \"My app\",",
898898
"\t\"includeCosts\": true,",
899899
"\t\"pricesFile\": \"prices.json\"",
@@ -916,7 +916,7 @@
916916
"prefix": "devproxy-plugin-open-api-spec-generator-config",
917917
"body": [
918918
"\"openApiSpecGeneratorPlugin\": {",
919-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/openapispecgeneratorplugin.schema.json\",",
919+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/openapispecgeneratorplugin.schema.json\",",
920920
"\t\"includeOptionsRequests\": false,",
921921
"\t\"specVersion\": \"v3_0\",",
922922
"\t\"specFormat\": \"Json\"",
@@ -939,7 +939,7 @@
939939
"prefix": "devproxy-plugin-rate-limiting-config",
940940
"body": [
941941
"\"rateLimiting\": {",
942-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/ratelimitingplugin.schema.json\",",
942+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/ratelimitingplugin.schema.json\",",
943943
"\t\"costPerRequest\": 2,",
944944
"\t\"rateLimit\": 120,",
945945
"\t\"retryAfterSeconds\": 5",
@@ -951,7 +951,7 @@
951951
"prefix": "devproxy-plugin-rate-limiting-file",
952952
"body": [
953953
"{",
954-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/ratelimitingplugin.customresponsefile.schema.json\",",
954+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/ratelimitingplugin.customresponsefile.schema.json\",",
955955
"\t\"body\": {",
956956
"\t\t$1",
957957
"\t},",
@@ -966,7 +966,7 @@
966966
"RateLimitingFileSchema": {
967967
"prefix": "devproxy-plugin-rate-limiting-file-schema",
968968
"body": [
969-
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/ratelimitingplugin.customresponsefile.schema.json\","
969+
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/ratelimitingplugin.customresponsefile.schema.json\","
970970
],
971971
"description": "Dev Proxy rate limiting file schema"
972972
},
@@ -997,7 +997,7 @@
997997
"prefix": "devproxy-plugin-rewrite-file",
998998
"body": [
999999
"{",
1000-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/rewriteplugin.rewritesfile.schema.json\",",
1000+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/rewriteplugin.rewritesfile.schema.json\",",
10011001
"\t\"rewrites\": [",
10021002
"\t\t$1",
10031003
"\t]",
@@ -1008,15 +1008,15 @@
10081008
"RewritePluginFileSchema": {
10091009
"prefix": "devproxy-plugin-rewrite-file-schema",
10101010
"body": [
1011-
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/rewriteplugin.rewritesfile.schema.json\","
1011+
"\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/rewriteplugin.rewritesfile.schema.json\","
10121012
],
10131013
"description": "RewritePlugin rewrites file schema"
10141014
},
10151015
"RewritePluginConfig": {
10161016
"prefix": "devproxy-plugin-rewrite-config",
10171017
"body": [
10181018
"\"rewritePlugin\": {",
1019-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/rewriteplugin.schema.json\",",
1019+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/rewriteplugin.schema.json\",",
10201020
"\t\"rewritesFile\": \"rewrites.json\"",
10211021
"}"
10221022
],
@@ -1037,7 +1037,7 @@
10371037
"prefix": "devproxy-plugin-typespec-generator-config",
10381038
"body": [
10391039
"\"typeSpecGeneratorPlugin\": {",
1040-
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.29.2/typespecgeneratorplugin.schema.json\",",
1040+
"\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/typespecgeneratorplugin.schema.json\",",
10411041
"\t\"ignoreResponseTypes\": false",
10421042
"}"
10431043
],

0 commit comments

Comments
 (0)