|
3 | 3 | "prefix": "devproxy-config-file",
|
4 | 4 | "body": [
|
5 | 5 | "{",
|
6 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/rc.schema.json\",", |
| 6 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/rc.schema.json\",", |
7 | 7 | "\t\"plugins\": [",
|
8 | 8 | "\t\t$1",
|
9 | 9 | "\t],",
|
|
17 | 17 | "ConfigFileSchema": {
|
18 | 18 | "prefix": "devproxy-config-file-schema",
|
19 | 19 | "body": [
|
20 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/rc.schema.json\"," |
| 20 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/rc.schema.json\"," |
21 | 21 | ],
|
22 | 22 | "description": "Dev Proxy config file schema"
|
23 | 23 | },
|
24 | 24 | "MocksFile": {
|
25 | 25 | "prefix": "devproxy-mocks-file",
|
26 | 26 | "body": [
|
27 | 27 | "{",
|
28 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/mockresponseplugin.schema.json\",", |
| 28 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/mockresponseplugin.schema.json\",", |
29 | 29 | "\t\"mocks\": [",
|
30 | 30 | "\t\t$1",
|
31 | 31 | "\t]",
|
|
36 | 36 | "MocksFileSchema": {
|
37 | 37 | "prefix": "devproxy-mocks-file-schema",
|
38 | 38 | "body": [
|
39 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/mockresponseplugin.schema.json\"," |
| 39 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/mockresponseplugin.schema.json\"," |
40 | 40 | ],
|
41 | 41 | "description": "Dev Proxy mocks file schema"
|
42 | 42 | },
|
|
188 | 188 | "prefix": "devproxy-plugin-crud-api-file",
|
189 | 189 | "body": [
|
190 | 190 | "{",
|
191 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/crudapiplugin.schema.json\",", |
| 191 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/crudapiplugin.schema.json\",", |
192 | 192 | "\t\"actions\": [",
|
193 | 193 | "\t\t$1",
|
194 | 194 | "\t],",
|
|
201 | 201 | "CrudApiPluginFileSchema": {
|
202 | 202 | "prefix": "devproxy-plugin-crud-api-file-schema",
|
203 | 203 | "body": [
|
204 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/crudapiplugin.schema.json\"," |
| 204 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/crudapiplugin.schema.json\"," |
205 | 205 | ],
|
206 | 206 | "description": "CrudApiPlugin API file schema"
|
207 | 207 | },
|
|
305 | 305 | "prefix": "devproxy-plugin-generic-random-error-file",
|
306 | 306 | "body": [
|
307 | 307 | "{",
|
308 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/genericrandomerrorplugin.schema.json\",", |
| 308 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/genericrandomerrorplugin.schema.json\",", |
309 | 309 | "\t\"responses\": [",
|
310 | 310 | "\t\t$1",
|
311 | 311 | "\t]",
|
|
316 | 316 | "GenericRandomErrorPluginFileSchema": {
|
317 | 317 | "prefix": "devproxy-plugin-generic-random-error-file-schema",
|
318 | 318 | "body": [
|
319 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/genericrandomerrorplugin.schema.json\"," |
| 319 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/genericrandomerrorplugin.schema.json\"," |
320 | 320 | ],
|
321 | 321 | "description": "GenericRandomErrorPlugin errors file schema"
|
322 | 322 | },
|
|
573 | 573 | "MockResponsePluginFileSchema": {
|
574 | 574 | "prefix": "devproxy-plugin-mock-response-schema",
|
575 | 575 | "body": [
|
576 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/mockresponseplugin.schema.json\"," |
| 576 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/mockresponseplugin.schema.json\"," |
577 | 577 | ],
|
578 | 578 | "description": "MockResponsePlugin schema"
|
579 | 579 | },
|
|
647 | 647 | "prefix": "devproxy-plugin-rate-limiting-file",
|
648 | 648 | "body": [
|
649 | 649 | "{",
|
650 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/ratelimitingplugin.schema.json\",", |
| 650 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/ratelimitingplugin.schema.json\",", |
651 | 651 | "\t\"body\": {",
|
652 | 652 | "\t\t$1",
|
653 | 653 | "\t},",
|
|
662 | 662 | "RateLimitingFileSchema": {
|
663 | 663 | "prefix": "devproxy-plugin-rate-limiting-file-schema",
|
664 | 664 | "body": [
|
665 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.1/ratelimitingplugin.schema.json\"," |
| 665 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/ratelimitingplugin.schema.json\"," |
666 | 666 | ],
|
667 | 667 | "description": "Dev Proxy rate limiting file schema"
|
668 | 668 | },
|
|
0 commit comments