|
3 | 3 | "prefix": "devproxy-config-file", |
4 | 4 | "body": [ |
5 | 5 | "{", |
6 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/rc.schema.json\",", |
| 6 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/rc.schema.json\"," |
| 23 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/mockresponseplugin.mocksfile.schema.json\",", |
| 45 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/mockresponseplugin.mocksfile.schema.json\"," |
| 56 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/authplugin.schema.json\",", |
| 143 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/authplugin.schema.json\",", |
| 168 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/apicenterminimalpermissionsplugin.schema.json\",", |
| 211 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/apicenteronboardingplugin.schema.json\",", |
| 236 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/apicenterproductionversionplugin.schema.json\",", |
| 262 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/cachingguidanceplugin.schema.json\",", |
| 286 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/crudapiplugin.schema.json\",", |
| 308 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/crudapiplugin.apifile.schema.json\",", |
| 318 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/crudapiplugin.apifile.schema.json\"," |
| 331 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/devtoolsplugin.schema.json\",", |
| 362 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/mockresponseplugin.schema.json\",", |
| 384 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/executionsummaryplugin.schema.json\",", |
| 405 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/genericrandomerrorplugin.schema.json\",", |
| 427 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/genericrandomerrorplugin.errorsfile.schema.json\",", |
| 438 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/genericrandomerrorplugin.errorsfile.schema.json\"," |
| 449 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/graphminimalpermissionsguidanceplugin.schema.json\",", |
| 506 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/graphmininalpermissionsplugin.schema.json\",", |
| 532 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/mockresponseplugin.schema.json\",", |
| 564 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/graphrandomerrorplugin.schema.json\",", |
| 595 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/httpfilegeneratorplugin.schema.json\",", |
| 659 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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.27.0/latencyplugin.schema.json\",", |
| 681 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.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/main/schemas/v0.27.0/minimalcsompermissionsplugin.schema.json\",", |
| 703 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/minimalcsompermissionsplugin.schema.json\",", |
704 | 704 | "\t\"typesFilePath\": \"./api-specs\"", |
705 | 705 | "}" |
706 | 706 | ], |
|
722 | 722 | "prefix": "devproxy-plugin-minimal-permissions-config", |
723 | 723 | "body": [ |
724 | 724 | "\"minimalPermissionsPlugin\": {", |
725 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/minimalpermissionsplugin.schema.json\",", |
| 725 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/minimalpermissionsplugin.schema.json\",", |
726 | 726 | "\t\"apiSpecsFolderPath\": \"./api-specs\"", |
727 | 727 | "}" |
728 | 728 | ], |
|
744 | 744 | "prefix": "devproxy-plugin-minimal-permissions-guidance-config", |
745 | 745 | "body": [ |
746 | 746 | "\"minimalPermissionsGuidancePlugin\": {", |
747 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/minimalpermissionsguidanceplugin.schema.json\",", |
| 747 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/minimalpermissionsguidanceplugin.schema.json\",", |
748 | 748 | "\t\"apiSpecsFolderPath\": \"./api-specs\"", |
749 | 749 | "}" |
750 | 750 | ], |
|
777 | 777 | "prefix": "devproxy-plugin-mock-request-config", |
778 | 778 | "body": [ |
779 | 779 | "\"mockRequestPlugin\": {", |
780 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/mockrequestplugin.schema.json\",", |
| 780 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/mockrequestplugin.schema.json\",", |
781 | 781 | "\t\"mockFile\": \"mock-request.json\"", |
782 | 782 | "}" |
783 | 783 | ], |
|
799 | 799 | "prefix": "devproxy-plugin-mock-response-config", |
800 | 800 | "body": [ |
801 | 801 | "\"mockResponsePlugin\": {", |
802 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/mockresponseplugin.schema.json\",", |
| 802 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/mockresponseplugin.schema.json\",", |
803 | 803 | "\t\"mocksFile\": \"mocks.json\"", |
804 | 804 | "}" |
805 | 805 | ], |
|
808 | 808 | "MockResponsePluginFileSchema": { |
809 | 809 | "prefix": "devproxy-plugin-mock-response-schema", |
810 | 810 | "body": [ |
811 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/mockresponseplugin.mocksfile.schema.json\"," |
| 811 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/mockresponseplugin.mocksfile.schema.json\"," |
812 | 812 | ], |
813 | 813 | "description": "MockResponsePlugin schema" |
814 | 814 | }, |
|
870 | 870 | "prefix": "devproxy-plugin-open-api-spec-generator-config", |
871 | 871 | "body": [ |
872 | 872 | "\"openApiSpecGeneratorPlugin\": {", |
873 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/openapispecgeneratorplugin.schema.json\",", |
| 873 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/openapispecgeneratorplugin.schema.json\",", |
874 | 874 | "\t\"includeOptionsRequests\": false,", |
875 | 875 | "\t\"specVersion\": \"v3_0\",", |
876 | 876 | "\t\"specFormat\": \"Json\"", |
|
893 | 893 | "prefix": "devproxy-plugin-rate-limiting-config", |
894 | 894 | "body": [ |
895 | 895 | "\"rateLimiting\": {", |
896 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/ratelimitingplugin.schema.json\",", |
| 896 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/ratelimitingplugin.schema.json\",", |
897 | 897 | "\t\"costPerRequest\": 2,", |
898 | 898 | "\t\"rateLimit\": 120,", |
899 | 899 | "\t\"retryAfterSeconds\": 5", |
|
905 | 905 | "prefix": "devproxy-plugin-rate-limiting-file", |
906 | 906 | "body": [ |
907 | 907 | "{", |
908 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/ratelimitingplugin.customresponsefile.schema.json\",", |
| 908 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/ratelimitingplugin.customresponsefile.schema.json\",", |
909 | 909 | "\t\"body\": {", |
910 | 910 | "\t\t$1", |
911 | 911 | "\t},", |
|
920 | 920 | "RateLimitingFileSchema": { |
921 | 921 | "prefix": "devproxy-plugin-rate-limiting-file-schema", |
922 | 922 | "body": [ |
923 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/ratelimitingplugin.customresponsefile.schema.json\"," |
| 923 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/ratelimitingplugin.customresponsefile.schema.json\"," |
924 | 924 | ], |
925 | 925 | "description": "Dev Proxy rate limiting file schema" |
926 | 926 | }, |
|
951 | 951 | "prefix": "devproxy-plugin-rewrite-file", |
952 | 952 | "body": [ |
953 | 953 | "{", |
954 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/rewriteplugin.rewritesfile.schema.json\",", |
| 954 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/rewriteplugin.rewritesfile.schema.json\",", |
955 | 955 | "\t\"rewrites\": [", |
956 | 956 | "\t\t$1", |
957 | 957 | "\t]", |
|
962 | 962 | "RewritePluginFileSchema": { |
963 | 963 | "prefix": "devproxy-plugin-rewrite-file-schema", |
964 | 964 | "body": [ |
965 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/rewriteplugin.rewritesfile.schema.json\"," |
| 965 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/rewriteplugin.rewritesfile.schema.json\"," |
966 | 966 | ], |
967 | 967 | "description": "RewritePlugin rewrites file schema" |
968 | 968 | }, |
969 | 969 | "RewritePluginConfig": { |
970 | 970 | "prefix": "devproxy-plugin-rewrite-config", |
971 | 971 | "body": [ |
972 | 972 | "\"rewritePlugin\": {", |
973 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/rewriteplugin.schema.json\",", |
| 973 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/rewriteplugin.schema.json\",", |
974 | 974 | "\t\"rewritesFile\": \"rewrites.json\"", |
975 | 975 | "}" |
976 | 976 | ], |
|
991 | 991 | "prefix": "devproxy-plugin-typespec-generator-config", |
992 | 992 | "body": [ |
993 | 993 | "\"typeSpecGeneratorPlugin\": {", |
994 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/typespecgeneratorplugin.schema.json\",", |
| 994 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.28.0/typespecgeneratorplugin.schema.json\",", |
995 | 995 | "\t\"ignoreResponseTypes\": false", |
996 | 996 | "}" |
997 | 997 | ], |
|
0 commit comments