|
3 | 3 | "prefix": "devproxy-config-file",
|
4 | 4 | "body": [
|
5 | 5 | "{",
|
6 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/rc.schema.json\",", |
| 6 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.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.14.1/rc.schema.json\"," |
| 20 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.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.14.1/mockresponseplugin.schema.json\",", |
| 28 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.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.14.1/mockresponseplugin.schema.json\"," |
| 39 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/mockresponseplugin.schema.json\"," |
40 | 40 | ],
|
41 | 41 | "description": "Dev Proxy mocks file schema"
|
42 | 42 | },
|
|
139 | 139 | "prefix": "devproxy-plugin-crud-api-file",
|
140 | 140 | "body": [
|
141 | 141 | "{",
|
142 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/crudapiplugin.schema.json\",", |
| 142 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/crudapiplugin.schema.json\",", |
143 | 143 | "\t\"actions\": [",
|
144 | 144 | "\t\t$1",
|
145 | 145 | "\t],",
|
|
152 | 152 | "CrudApiPluginFileSchema": {
|
153 | 153 | "prefix": "devproxy-plugin-crud-api-file-schema",
|
154 | 154 | "body": [
|
155 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/crudapiplugin.schema.json\"," |
| 155 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/crudapiplugin.schema.json\"," |
156 | 156 | ],
|
157 | 157 | "description": "CrudApiPlugin API file schema"
|
158 | 158 | },
|
|
235 | 235 | "prefix": "devproxy-plugin-generic-random-error-file",
|
236 | 236 | "body": [
|
237 | 237 | "{",
|
238 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/genericrandomerrorplugin.schema.json\",", |
| 238 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/genericrandomerrorplugin.schema.json\",", |
239 | 239 | "\t\"responses\": [",
|
240 | 240 | "\t\t$1",
|
241 | 241 | "\t]",
|
|
246 | 246 | "GenericRandomErrorPluginFileSchema": {
|
247 | 247 | "prefix": "devproxy-plugin-generic-random-error-file-schema",
|
248 | 248 | "body": [
|
249 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/genericrandomerrorplugin.schema.json\"," |
| 249 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/genericrandomerrorplugin.schema.json\"," |
250 | 250 | ],
|
251 | 251 | "description": "GenericRandomErrorPlugin errors file schema"
|
252 | 252 | },
|
|
482 | 482 | "MockResponsePluginFileSchema": {
|
483 | 483 | "prefix": "devproxy-plugin-mock-response-schema",
|
484 | 484 | "body": [
|
485 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/mockresponseplugin.schema.json\"," |
| 485 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/mockresponseplugin.schema.json\"," |
486 | 486 | ],
|
487 | 487 | "description": "MockResponsePlugin schema"
|
488 | 488 | },
|
|
556 | 556 | "prefix": "devproxy-plugin-rate-limiting-file",
|
557 | 557 | "body": [
|
558 | 558 | "{",
|
559 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/ratelimitingplugin.schema.json\",", |
| 559 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/ratelimitingplugin.schema.json\",", |
560 | 560 | "\t\"body\": {",
|
561 | 561 | "\t\t$1",
|
562 | 562 | "\t},",
|
|
571 | 571 | "RateLimitingFileSchema": {
|
572 | 572 | "prefix": "devproxy-plugin-rate-limiting-file-schema",
|
573 | 573 | "body": [
|
574 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.14.1/ratelimitingplugin.schema.json\"," |
| 574 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.17.0/ratelimitingplugin.schema.json\"," |
575 | 575 | ],
|
576 | 576 | "description": "Dev Proxy rate limiting file schema"
|
577 | 577 | },
|
|
0 commit comments