|
3 | 3 | "prefix": "devproxy-config-file",
|
4 | 4 | "body": [
|
5 | 5 | "{",
|
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\",", |
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.29.2/rc.schema.json\"," |
| 23 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.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.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\",", |
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.29.2/mockresponseplugin.mocksfile.schema.json\"," |
| 56 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/mockresponseplugin.mocksfile.schema.json\"," |
57 | 57 | ],
|
58 | 58 | "description": "Dev Proxy mocks file schema"
|
59 | 59 | },
|
|
75 | 75 | "prefix": "devproxy-prices-file",
|
76 | 76 | "body": [
|
77 | 77 | "{",
|
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\",", |
79 | 79 | "\t\"prices\": {",
|
80 | 80 | "\t\t$1",
|
81 | 81 | "\t}",
|
|
162 | 162 | "prefix": "devproxy-plugin-auth-config-apikey",
|
163 | 163 | "body": [
|
164 | 164 | "\"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\",", |
166 | 166 | "\t\"type\": \"apiKey\",",
|
167 | 167 | "\t\"apiKey\": {",
|
168 | 168 | "\t\t\"parameters\": [",
|
|
187 | 187 | "prefix": "devproxy-plugin-auth-config-oauth2",
|
188 | 188 | "body": [
|
189 | 189 | "\"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\",", |
191 | 191 | "\t\"type\": \"oauth2\",",
|
192 | 192 | "\t\"oauth2\": {",
|
193 | 193 | "\t\t\"metadataUrl\": \"https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration\",",
|
|
230 | 230 | "prefix": "devproxy-plugin-api-center-minimal-permissions-config",
|
231 | 231 | "body": [
|
232 | 232 | "\"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\",", |
234 | 234 | "\t\"subscriptionId\": \"cdae2297-7aa6-4195-bbb1-dcd89153cc72\",",
|
235 | 235 | "\t\"resourceGroupName\": \"resource-group-name\",",
|
236 | 236 | "\t\"serviceName\": \"apic-instance\",",
|
|
255 | 255 | "prefix": "devproxy-plugin-api-center-onboarding-config",
|
256 | 256 | "body": [
|
257 | 257 | "\"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\",", |
259 | 259 | "\t\"subscriptionId\": \"cdae2297-7aa6-4195-bbb1-dcd89153cc72\",",
|
260 | 260 | "\t\"resourceGroupName\": \"resource-group-name\",",
|
261 | 261 | "\t\"serviceName\": \"apic-instance\",",
|
|
281 | 281 | "prefix": "devproxy-plugin-api-center-production-version-config",
|
282 | 282 | "body": [
|
283 | 283 | "\"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\",", |
285 | 285 | "\t\"subscriptionId\": \"cdae2297-7aa6-4195-bbb1-dcd89153cc72\",",
|
286 | 286 | "\t\"resourceGroupName\": \"resource-group-name\",",
|
287 | 287 | "\t\"serviceName\": \"apic-instance\",",
|
|
305 | 305 | "prefix": "devproxy-plugin-caching-guidance-config",
|
306 | 306 | "body": [
|
307 | 307 | "\"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\",", |
309 | 309 | "\t\"cacheThresholdSeconds\": 5",
|
310 | 310 | "}"
|
311 | 311 | ],
|
|
327 | 327 | "prefix": "devproxy-plugin-crud-api-config",
|
328 | 328 | "body": [
|
329 | 329 | "\"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\",", |
331 | 331 | "\t\"apiFile\": \"customers-api.json\"",
|
332 | 332 | "}"
|
333 | 333 | ],
|
|
337 | 337 | "prefix": "devproxy-plugin-crud-api-file",
|
338 | 338 | "body": [
|
339 | 339 | "{",
|
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\",", |
341 | 341 | "\t\"actions\": [",
|
342 | 342 | "\t\t$1",
|
343 | 343 | "\t],",
|
|
350 | 350 | "CrudApiPluginFileSchema": {
|
351 | 351 | "prefix": "devproxy-plugin-crud-api-file-schema",
|
352 | 352 | "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\"," |
354 | 354 | ],
|
355 | 355 | "description": "CrudApiPlugin API file schema"
|
356 | 356 | },
|
|
381 | 381 | "prefix": "devproxy-plugin-dev-tools-config",
|
382 | 382 | "body": [
|
383 | 383 | "\"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\",", |
385 | 385 | "\t\"preferredBrowser\": \"Edge\"",
|
386 | 386 | "}"
|
387 | 387 | ],
|
|
403 | 403 | "prefix": "devproxy-plugin-entra-mock-response-config",
|
404 | 404 | "body": [
|
405 | 405 | "\"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\",", |
407 | 407 | "\t\"mocksFile\": \"mocks.json\"",
|
408 | 408 | "}"
|
409 | 409 | ],
|
|
424 | 424 | "prefix": "devproxy-plugin-execution-summary-config",
|
425 | 425 | "body": [
|
426 | 426 | "\"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\",", |
428 | 428 | "\t\"groupBy\": \"url\"",
|
429 | 429 | "}"
|
430 | 430 | ],
|
|
446 | 446 | "prefix": "devproxy-plugin-generic-random-error-config",
|
447 | 447 | "body": [
|
448 | 448 | "\"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\",", |
450 | 450 | "\t\"errorsFile\": \"errors.json\",",
|
451 | 451 | "\t\"rate\": 50",
|
452 | 452 | "}"
|
|
457 | 457 | "prefix": "devproxy-plugin-generic-random-error-file",
|
458 | 458 | "body": [
|
459 | 459 | "{",
|
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\",", |
461 | 461 | "\t\"errors\": [",
|
462 | 462 | "\t\t$1",
|
463 | 463 | "\t]",
|
|
468 | 468 | "GenericRandomErrorPluginFileSchema": {
|
469 | 469 | "prefix": "devproxy-plugin-generic-random-error-file-schema",
|
470 | 470 | "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\"," |
472 | 472 | ],
|
473 | 473 | "description": "GenericRandomErrorPlugin errors file schema"
|
474 | 474 | },
|
|
525 | 525 | "prefix": "devproxy-plugin-graph-minimal-permissions-guidance-config",
|
526 | 526 | "body": [
|
527 | 527 | "\"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\",", |
529 | 529 | "\t\"permissionsToIgnore\": [",
|
530 | 530 | "\t\t\"profile\",",
|
531 | 531 | "\t\t\"openid\",",
|
|
551 | 551 | "prefix": "devproxy-plugin-graph-minimal-permissions-config",
|
552 | 552 | "body": [
|
553 | 553 | "\"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\",", |
555 | 555 | "\t\"type\": \"delegated\"",
|
556 | 556 | "}"
|
557 | 557 | ],
|
|
583 | 583 | "prefix": "devproxy-plugin-graph-mock-response-config",
|
584 | 584 | "body": [
|
585 | 585 | "\"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\",", |
587 | 587 | "\t\"mocksFile\": \"mocks.json\"",
|
588 | 588 | "}"
|
589 | 589 | ],
|
|
614 | 614 | "prefix": "devproxy-plugin-graph-random-error-config",
|
615 | 615 | "body": [
|
616 | 616 | "\"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\",", |
618 | 618 | "\t\"allowedErrors\": [ 429, 500, 502, 503, 504, 507 ]",
|
619 | 619 | "\t\"rate\": 50",
|
620 | 620 | "}"
|
|
678 | 678 | "prefix": "devproxy-plugin-http-file-generator-config",
|
679 | 679 | "body": [
|
680 | 680 | "\"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\",", |
682 | 682 | "\t\"includeOptionsRequests\": false",
|
683 | 683 | "}"
|
684 | 684 | ],
|
|
700 | 700 | "prefix": "devproxy-plugin-latency-config",
|
701 | 701 | "body": [
|
702 | 702 | "\"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\",", |
704 | 704 | "\t\"minMs\": 200,",
|
705 | 705 | "\t\"maxMs\": 10000",
|
706 | 706 | "}"
|
|
722 | 722 | "prefix": "devproxy-plugin-minimal-csom-permissions-config",
|
723 | 723 | "body": [
|
724 | 724 | "\"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\",", |
726 | 726 | "\t\"typesFilePath\": \"./api-specs\"",
|
727 | 727 | "}"
|
728 | 728 | ],
|
|
744 | 744 | "prefix": "devproxy-plugin-minimal-permissions-config",
|
745 | 745 | "body": [
|
746 | 746 | "\"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\",", |
748 | 748 | "\t\"apiSpecsFolderPath\": \"./api-specs\"",
|
749 | 749 | "}"
|
750 | 750 | ],
|
|
766 | 766 | "prefix": "devproxy-plugin-minimal-permissions-guidance-config",
|
767 | 767 | "body": [
|
768 | 768 | "\"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\",", |
770 | 770 | "\t\"apiSpecsFolderPath\": \"./api-specs\"",
|
771 | 771 | "}"
|
772 | 772 | ],
|
|
799 | 799 | "prefix": "devproxy-plugin-mock-request-config",
|
800 | 800 | "body": [
|
801 | 801 | "\"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\",", |
803 | 803 | "\t\"mockFile\": \"mock-request.json\"",
|
804 | 804 | "}"
|
805 | 805 | ],
|
|
821 | 821 | "prefix": "devproxy-plugin-mock-response-config",
|
822 | 822 | "body": [
|
823 | 823 | "\"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\",", |
825 | 825 | "\t\"mocksFile\": \"mocks.json\"",
|
826 | 826 | "}"
|
827 | 827 | ],
|
|
830 | 830 | "MockResponsePluginFileSchema": {
|
831 | 831 | "prefix": "devproxy-plugin-mock-response-schema",
|
832 | 832 | "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\"," |
834 | 834 | ],
|
835 | 835 | "description": "MockResponsePlugin schema"
|
836 | 836 | },
|
|
893 | 893 | "prefix": "devproxy-plugin-openai-telemetry-config",
|
894 | 894 | "body": [
|
895 | 895 | "\"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\",", |
897 | 897 | "\t\"application\": \"My app\",",
|
898 | 898 | "\t\"includeCosts\": true,",
|
899 | 899 | "\t\"pricesFile\": \"prices.json\"",
|
|
916 | 916 | "prefix": "devproxy-plugin-open-api-spec-generator-config",
|
917 | 917 | "body": [
|
918 | 918 | "\"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\",", |
920 | 920 | "\t\"includeOptionsRequests\": false,",
|
921 | 921 | "\t\"specVersion\": \"v3_0\",",
|
922 | 922 | "\t\"specFormat\": \"Json\"",
|
|
939 | 939 | "prefix": "devproxy-plugin-rate-limiting-config",
|
940 | 940 | "body": [
|
941 | 941 | "\"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\",", |
943 | 943 | "\t\"costPerRequest\": 2,",
|
944 | 944 | "\t\"rateLimit\": 120,",
|
945 | 945 | "\t\"retryAfterSeconds\": 5",
|
|
951 | 951 | "prefix": "devproxy-plugin-rate-limiting-file",
|
952 | 952 | "body": [
|
953 | 953 | "{",
|
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\",", |
955 | 955 | "\t\"body\": {",
|
956 | 956 | "\t\t$1",
|
957 | 957 | "\t},",
|
|
966 | 966 | "RateLimitingFileSchema": {
|
967 | 967 | "prefix": "devproxy-plugin-rate-limiting-file-schema",
|
968 | 968 | "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\"," |
970 | 970 | ],
|
971 | 971 | "description": "Dev Proxy rate limiting file schema"
|
972 | 972 | },
|
|
997 | 997 | "prefix": "devproxy-plugin-rewrite-file",
|
998 | 998 | "body": [
|
999 | 999 | "{",
|
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\",", |
1001 | 1001 | "\t\"rewrites\": [",
|
1002 | 1002 | "\t\t$1",
|
1003 | 1003 | "\t]",
|
|
1008 | 1008 | "RewritePluginFileSchema": {
|
1009 | 1009 | "prefix": "devproxy-plugin-rewrite-file-schema",
|
1010 | 1010 | "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\"," |
1012 | 1012 | ],
|
1013 | 1013 | "description": "RewritePlugin rewrites file schema"
|
1014 | 1014 | },
|
1015 | 1015 | "RewritePluginConfig": {
|
1016 | 1016 | "prefix": "devproxy-plugin-rewrite-config",
|
1017 | 1017 | "body": [
|
1018 | 1018 | "\"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\",", |
1020 | 1020 | "\t\"rewritesFile\": \"rewrites.json\"",
|
1021 | 1021 | "}"
|
1022 | 1022 | ],
|
|
1037 | 1037 | "prefix": "devproxy-plugin-typespec-generator-config",
|
1038 | 1038 | "body": [
|
1039 | 1039 | "\"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\",", |
1041 | 1041 | "\t\"ignoreResponseTypes\": false",
|
1042 | 1042 | "}"
|
1043 | 1043 | ],
|
|
0 commit comments