|
3 | 3 | "prefix": "devproxy-config-file",
|
4 | 4 | "body": [
|
5 | 5 | "{",
|
6 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/rc.schema.json\",", |
| 6 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/rc.schema.json\",", |
7 | 7 | "\t\"plugins\": [",
|
8 | 8 | "\t\t$1",
|
9 | 9 | "\t],",
|
|
20 | 20 | "ConfigFileSchema": {
|
21 | 21 | "prefix": "devproxy-config-file-schema",
|
22 | 22 | "body": [
|
23 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/rc.schema.json\"," |
| 23 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/rc.schema.json\"," |
24 | 24 | ],
|
25 | 25 | "description": "Dev Proxy config file schema"
|
26 | 26 | },
|
|
42 | 42 | "prefix": "devproxy-mocks-file",
|
43 | 43 | "body": [
|
44 | 44 | "{",
|
45 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockresponseplugin.mocksfile.schema.json\",", |
| 45 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/mockresponseplugin.mocksfile.schema.json\",", |
46 | 46 | "\t\"mocks\": [",
|
47 | 47 | "\t\t$1",
|
48 | 48 | "\t]",
|
|
53 | 53 | "MocksFileSchema": {
|
54 | 54 | "prefix": "devproxy-mocks-file-schema",
|
55 | 55 | "body": [
|
56 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockresponseplugin.mocksfile.schema.json\"," |
| 56 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/mockresponseplugin.mocksfile.schema.json\"," |
57 | 57 | ],
|
58 | 58 | "description": "Dev Proxy mocks file schema"
|
59 | 59 | },
|
|
140 | 140 | "prefix": "devproxy-plugin-auth-config-apikey",
|
141 | 141 | "body": [
|
142 | 142 | "\"auth\": {",
|
143 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/authplugin.schema.json\",", |
| 143 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/authplugin.schema.json\",", |
144 | 144 | "\t\"type\": \"apiKey\",",
|
145 | 145 | "\t\"apiKey\": {",
|
146 | 146 | "\t\t\"parameters\": [",
|
|
165 | 165 | "prefix": "devproxy-plugin-auth-config-oauth2",
|
166 | 166 | "body": [
|
167 | 167 | "\"auth\": {",
|
168 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/authplugin.schema.json\",", |
| 168 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/authplugin.schema.json\",", |
169 | 169 | "\t\"type\": \"oauth2\",",
|
170 | 170 | "\t\"oauth2\": {",
|
171 | 171 | "\t\t\"metadataUrl\": \"https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration\",",
|
|
208 | 208 | "prefix": "devproxy-plugin-api-center-minimal-permissions-config",
|
209 | 209 | "body": [
|
210 | 210 | "\"apiCenterMinimalPermissionsPlugin\": {",
|
211 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/apicenterminimalpermissionsplugin.schema.json\",", |
| 211 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/apicenterminimalpermissionsplugin.schema.json\",", |
212 | 212 | "\t\"subscriptionId\": \"cdae2297-7aa6-4195-bbb1-dcd89153cc72\",",
|
213 | 213 | "\t\"resourceGroupName\": \"resource-group-name\",",
|
214 | 214 | "\t\"serviceName\": \"apic-instance\",",
|
|
233 | 233 | "prefix": "devproxy-plugin-api-center-onboarding-config",
|
234 | 234 | "body": [
|
235 | 235 | "\"apiCenterOnboardingPlugin\": {",
|
236 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/apicenteronboardingplugin.schema.json\",", |
| 236 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/apicenteronboardingplugin.schema.json\",", |
237 | 237 | "\t\"subscriptionId\": \"cdae2297-7aa6-4195-bbb1-dcd89153cc72\",",
|
238 | 238 | "\t\"resourceGroupName\": \"resource-group-name\",",
|
239 | 239 | "\t\"serviceName\": \"apic-instance\",",
|
|
259 | 259 | "prefix": "devproxy-plugin-api-center-production-version-config",
|
260 | 260 | "body": [
|
261 | 261 | "\"apiCenterProductionVersionPlugin\": {",
|
262 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/apicenterproductionversionplugin.schema.json\",", |
| 262 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/apicenterproductionversionplugin.schema.json\",", |
263 | 263 | "\t\"subscriptionId\": \"cdae2297-7aa6-4195-bbb1-dcd89153cc72\",",
|
264 | 264 | "\t\"resourceGroupName\": \"resource-group-name\",",
|
265 | 265 | "\t\"serviceName\": \"apic-instance\",",
|
|
283 | 283 | "prefix": "devproxy-plugin-caching-guidance-config",
|
284 | 284 | "body": [
|
285 | 285 | "\"cachingGuidance\": {",
|
286 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/cachingguidanceplugin.schema.json\",", |
| 286 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/cachingguidanceplugin.schema.json\",", |
287 | 287 | "\t\"cacheThresholdSeconds\": 5",
|
288 | 288 | "}"
|
289 | 289 | ],
|
|
305 | 305 | "prefix": "devproxy-plugin-crud-api-config",
|
306 | 306 | "body": [
|
307 | 307 | "\"customersApi\": {",
|
308 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/crudapiplugin.schema.json\",", |
| 308 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/crudapiplugin.schema.json\",", |
309 | 309 | "\t\"apiFile\": \"customers-api.json\"",
|
310 | 310 | "}"
|
311 | 311 | ],
|
|
315 | 315 | "prefix": "devproxy-plugin-crud-api-file",
|
316 | 316 | "body": [
|
317 | 317 | "{",
|
318 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/crudapiplugin.apifile.schema.json\",", |
| 318 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/crudapiplugin.apifile.schema.json\",", |
319 | 319 | "\t\"actions\": [",
|
320 | 320 | "\t\t$1",
|
321 | 321 | "\t],",
|
|
328 | 328 | "CrudApiPluginFileSchema": {
|
329 | 329 | "prefix": "devproxy-plugin-crud-api-file-schema",
|
330 | 330 | "body": [
|
331 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/crudapiplugin.apifile.schema.json\"," |
| 331 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/crudapiplugin.apifile.schema.json\"," |
332 | 332 | ],
|
333 | 333 | "description": "CrudApiPlugin API file schema"
|
334 | 334 | },
|
|
359 | 359 | "prefix": "devproxy-plugin-dev-tools-config",
|
360 | 360 | "body": [
|
361 | 361 | "\"devTools\": {",
|
362 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/devtoolsplugin.schema.json\",", |
| 362 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/devtoolsplugin.schema.json\",", |
363 | 363 | "\t\"preferredBrowser\": \"Edge\"",
|
364 | 364 | "}"
|
365 | 365 | ],
|
|
381 | 381 | "prefix": "devproxy-plugin-entra-mock-response-config",
|
382 | 382 | "body": [
|
383 | 383 | "\"entraMockResponsePlugin\": {",
|
384 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockresponseplugin.schema.json\",", |
| 384 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/mockresponseplugin.schema.json\",", |
385 | 385 | "\t\"mocksFile\": \"mocks.json\"",
|
386 | 386 | "}"
|
387 | 387 | ],
|
|
402 | 402 | "prefix": "devproxy-plugin-execution-summary-config",
|
403 | 403 | "body": [
|
404 | 404 | "\"executionSummaryPlugin\": {",
|
405 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/executionsummaryplugin.schema.json\",", |
| 405 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/executionsummaryplugin.schema.json\",", |
406 | 406 | "\t\"groupBy\": \"url\"",
|
407 | 407 | "}"
|
408 | 408 | ],
|
|
424 | 424 | "prefix": "devproxy-plugin-generic-random-error-config",
|
425 | 425 | "body": [
|
426 | 426 | "\"genericRandomErrorPlugin\": {",
|
427 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/genericrandomerrorplugin.schema.json\",", |
| 427 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/genericrandomerrorplugin.schema.json\",", |
428 | 428 | "\t\"errorsFile\": \"errors.json\",",
|
429 | 429 | "\t\"rate\": 50",
|
430 | 430 | "}"
|
|
435 | 435 | "prefix": "devproxy-plugin-generic-random-error-file",
|
436 | 436 | "body": [
|
437 | 437 | "{",
|
438 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/genericrandomerrorplugin.errorsfile.schema.json\",", |
| 438 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/genericrandomerrorplugin.errorsfile.schema.json\",", |
439 | 439 | "\t\"errors\": [",
|
440 | 440 | "\t\t$1",
|
441 | 441 | "\t]",
|
|
446 | 446 | "GenericRandomErrorPluginFileSchema": {
|
447 | 447 | "prefix": "devproxy-plugin-generic-random-error-file-schema",
|
448 | 448 | "body": [
|
449 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/genericrandomerrorplugin.errorsfile.schema.json\"," |
| 449 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/genericrandomerrorplugin.errorsfile.schema.json\"," |
450 | 450 | ],
|
451 | 451 | "description": "GenericRandomErrorPlugin errors file schema"
|
452 | 452 | },
|
|
503 | 503 | "prefix": "devproxy-plugin-graph-minimal-permissions-guidance-config",
|
504 | 504 | "body": [
|
505 | 505 | "\"graphMinimalPermissionsGuidancePlugin\": {",
|
506 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/graphminimalpermissionsguidanceplugin.schema.json\",", |
| 506 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/graphminimalpermissionsguidanceplugin.schema.json\",", |
507 | 507 | "\t\"permissionsToIgnore\": [",
|
508 | 508 | "\t\t\"profile\",",
|
509 | 509 | "\t\t\"openid\",",
|
|
529 | 529 | "prefix": "devproxy-plugin-graph-minimal-permissions-config",
|
530 | 530 | "body": [
|
531 | 531 | "\"graphMinimalPermissionsPlugin\": {",
|
532 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/graphmininalpermissionsplugin.schema.json\",", |
| 532 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/graphmininalpermissionsplugin.schema.json\",", |
533 | 533 | "\t\"type\": \"delegated\"",
|
534 | 534 | "}"
|
535 | 535 | ],
|
|
561 | 561 | "prefix": "devproxy-plugin-graph-mock-response-config",
|
562 | 562 | "body": [
|
563 | 563 | "\"graphMockResponsePlugin\": {",
|
564 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockresponseplugin.schema.json\",", |
| 564 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/mockresponseplugin.schema.json\",", |
565 | 565 | "\t\"mocksFile\": \"mocks.json\"",
|
566 | 566 | "}"
|
567 | 567 | ],
|
|
592 | 592 | "prefix": "devproxy-plugin-graph-random-error-config",
|
593 | 593 | "body": [
|
594 | 594 | "\"graphRandomErrorPlugin\": {",
|
595 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/graphrandomerrorplugin.schema.json\",", |
| 595 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/graphrandomerrorplugin.schema.json\",", |
596 | 596 | "\t\"allowedErrors\": [ 429, 500, 502, 503, 504, 507 ]",
|
597 | 597 | "\t\"rate\": 50",
|
598 | 598 | "}"
|
|
656 | 656 | "prefix": "devproxy-plugin-http-file-generator-config",
|
657 | 657 | "body": [
|
658 | 658 | "\"httpFileGeneratorPlugin\": {",
|
659 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/httpfilegeneratorplugin.schema.json\",", |
| 659 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/httpfilegeneratorplugin.schema.json\",", |
660 | 660 | "\t\"includeOptionsRequests\": false",
|
661 | 661 | "}"
|
662 | 662 | ],
|
|
678 | 678 | "prefix": "devproxy-plugin-latency-config",
|
679 | 679 | "body": [
|
680 | 680 | "\"latencyPlugin\": {",
|
681 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/latencyplugin.schema.json\",", |
| 681 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/latencyplugin.schema.json\",", |
682 | 682 | "\t\"minMs\": 200,",
|
683 | 683 | "\t\"maxMs\": 10000",
|
684 | 684 | "}"
|
|
700 | 700 | "prefix": "devproxy-plugin-minimal-csom-permissions-config",
|
701 | 701 | "body": [
|
702 | 702 | "\"minimalCsomPermissionsPlugin\": {",
|
703 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/refs/heads/main/schemas/v0.26.0/minimalcsompermissionsplugin.schema.json\",", |
| 703 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/minimalcsompermissionsplugin.schema.json\",", |
704 | 704 | "\t\"typesFilePath\": \"./api-specs\"",
|
705 | 705 | "}"
|
706 | 706 | ],
|
|
721 | 721 | "prefix": "devproxy-plugin-minimal-permissions-config",
|
722 | 722 | "body": [
|
723 | 723 | "\"minimalPermissionsPlugin\": {",
|
724 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/minimalpermissionsplugin.schema.json\",", |
| 724 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/minimalpermissionsplugin.schema.json\",", |
725 | 725 | "\t\"apiSpecsFolderPath\": \"./api-specs\"",
|
726 | 726 | "}"
|
727 | 727 | ],
|
|
754 | 754 | "prefix": "devproxy-plugin-mock-request-config",
|
755 | 755 | "body": [
|
756 | 756 | "\"mockRequestPlugin\": {",
|
757 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockrequestplugin.schema.json\",", |
| 757 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/mockrequestplugin.schema.json\",", |
758 | 758 | "\t\"mockFile\": \"mock-request.json\"",
|
759 | 759 | "}"
|
760 | 760 | ],
|
|
776 | 776 | "prefix": "devproxy-plugin-mock-response-config",
|
777 | 777 | "body": [
|
778 | 778 | "\"mockResponsePlugin\": {",
|
779 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockresponseplugin.schema.json\",", |
| 779 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/mockresponseplugin.schema.json\",", |
780 | 780 | "\t\"mocksFile\": \"mocks.json\"",
|
781 | 781 | "}"
|
782 | 782 | ],
|
|
785 | 785 | "MockResponsePluginFileSchema": {
|
786 | 786 | "prefix": "devproxy-plugin-mock-response-schema",
|
787 | 787 | "body": [
|
788 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockresponseplugin.mocksfile.schema.json\"," |
| 788 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/mockresponseplugin.mocksfile.schema.json\"," |
789 | 789 | ],
|
790 | 790 | "description": "MockResponsePlugin schema"
|
791 | 791 | },
|
|
847 | 847 | "prefix": "devproxy-plugin-open-api-spec-generator-config",
|
848 | 848 | "body": [
|
849 | 849 | "\"openApiSpecGeneratorPlugin\": {",
|
850 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/openapispecgeneratorplugin.schema.json\",", |
| 850 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/openapispecgeneratorplugin.schema.json\",", |
851 | 851 | "\t\"includeOptionsRequests\": false,",
|
852 | 852 | "\t\"specVersion\": \"v3_0\",",
|
853 | 853 | "\t\"specFormat\": \"Json\"",
|
|
870 | 870 | "prefix": "devproxy-plugin-rate-limiting-config",
|
871 | 871 | "body": [
|
872 | 872 | "\"rateLimiting\": {",
|
873 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/ratelimitingplugin.schema.json\",", |
| 873 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/ratelimitingplugin.schema.json\",", |
874 | 874 | "\t\"costPerRequest\": 2,",
|
875 | 875 | "\t\"rateLimit\": 120,",
|
876 | 876 | "\t\"retryAfterSeconds\": 5",
|
|
882 | 882 | "prefix": "devproxy-plugin-rate-limiting-file",
|
883 | 883 | "body": [
|
884 | 884 | "{",
|
885 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/ratelimitingplugin.customresponsefile.schema.json\",", |
| 885 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/ratelimitingplugin.customresponsefile.schema.json\",", |
886 | 886 | "\t\"body\": {",
|
887 | 887 | "\t\t$1",
|
888 | 888 | "\t},",
|
|
897 | 897 | "RateLimitingFileSchema": {
|
898 | 898 | "prefix": "devproxy-plugin-rate-limiting-file-schema",
|
899 | 899 | "body": [
|
900 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/ratelimitingplugin.customresponsefile.schema.json\"," |
| 900 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/ratelimitingplugin.customresponsefile.schema.json\"," |
901 | 901 | ],
|
902 | 902 | "description": "Dev Proxy rate limiting file schema"
|
903 | 903 | },
|
|
928 | 928 | "prefix": "devproxy-plugin-rewrite-file",
|
929 | 929 | "body": [
|
930 | 930 | "{",
|
931 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/rewriteplugin.rewritesfile.schema.json\",", |
| 931 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/rewriteplugin.rewritesfile.schema.json\",", |
932 | 932 | "\t\"rewrites\": [",
|
933 | 933 | "\t\t$1",
|
934 | 934 | "\t]",
|
|
939 | 939 | "RewritePluginFileSchema":{
|
940 | 940 | "prefix": "devproxy-plugin-rewrite-file-schema",
|
941 | 941 | "body": [
|
942 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/rewriteplugin.rewritesfile.schema.json\"," |
| 942 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/rewriteplugin.rewritesfile.schema.json\"," |
943 | 943 | ],
|
944 | 944 | "description": "RewritePlugin rewrites file schema"
|
945 | 945 | },
|
946 | 946 | "RewritePluginConfig":{
|
947 | 947 | "prefix": "devproxy-plugin-rewrite-config",
|
948 | 948 | "body": [
|
949 | 949 | "\"rewritePlugin\": {",
|
950 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/rewriteplugin.schema.json\",", |
| 950 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.26.0/rewriteplugin.schema.json\",", |
951 | 951 | "\t\"rewritesFile\": \"rewrites.json\"",
|
952 | 952 | "}"
|
953 | 953 | ],
|
|
0 commit comments