|
3 | 3 | "prefix": "devproxy-config-file",
|
4 | 4 | "body": [
|
5 | 5 | "{",
|
6 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/rc.schema.json\",", |
| 6 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.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.20.1/rc.schema.json\"," |
| 20 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/rc.schema.json\"," |
21 | 21 | ],
|
22 | 22 | "description": "Dev Proxy config file schema"
|
23 | 23 | },
|
|
39 | 39 | "prefix": "devproxy-mocks-file",
|
40 | 40 | "body": [
|
41 | 41 | "{",
|
42 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/mockresponseplugin.schema.json\",", |
| 42 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/mockresponseplugin.schema.json\",", |
43 | 43 | "\t\"mocks\": [",
|
44 | 44 | "\t\t$1",
|
45 | 45 | "\t]",
|
|
50 | 50 | "MocksFileSchema": {
|
51 | 51 | "prefix": "devproxy-mocks-file-schema",
|
52 | 52 | "body": [
|
53 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/mockresponseplugin.schema.json\"," |
| 53 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/mockresponseplugin.schema.json\"," |
54 | 54 | ],
|
55 | 55 | "description": "Dev Proxy mocks file schema"
|
56 | 56 | },
|
|
292 | 292 | "prefix": "devproxy-plugin-crud-api-file",
|
293 | 293 | "body": [
|
294 | 294 | "{",
|
295 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/crudapiplugin.schema.json\",", |
| 295 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/crudapiplugin.schema.json\",", |
296 | 296 | "\t\"actions\": [",
|
297 | 297 | "\t\t$1",
|
298 | 298 | "\t],",
|
|
305 | 305 | "CrudApiPluginFileSchema": {
|
306 | 306 | "prefix": "devproxy-plugin-crud-api-file-schema",
|
307 | 307 | "body": [
|
308 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/crudapiplugin.schema.json\"," |
| 308 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/crudapiplugin.schema.json\"," |
309 | 309 | ],
|
310 | 310 | "description": "CrudApiPlugin API file schema"
|
311 | 311 | },
|
|
409 | 409 | "prefix": "devproxy-plugin-generic-random-error-file",
|
410 | 410 | "body": [
|
411 | 411 | "{",
|
412 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/genericrandomerrorplugin.schema.json\",", |
| 412 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/genericrandomerrorplugin.schema.json\",", |
413 | 413 | "\t\"errors\": [",
|
414 | 414 | "\t\t$1",
|
415 | 415 | "\t]",
|
|
420 | 420 | "GenericRandomErrorPluginFileSchema": {
|
421 | 421 | "prefix": "devproxy-plugin-generic-random-error-file-schema",
|
422 | 422 | "body": [
|
423 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/genericrandomerrorplugin.schema.json\"," |
| 423 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/genericrandomerrorplugin.schema.json\"," |
424 | 424 | ],
|
425 | 425 | "description": "GenericRandomErrorPlugin errors file schema"
|
426 | 426 | },
|
|
701 | 701 | "MockResponsePluginFileSchema": {
|
702 | 702 | "prefix": "devproxy-plugin-mock-response-schema",
|
703 | 703 | "body": [
|
704 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/mockresponseplugin.schema.json\"," |
| 704 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/mockresponseplugin.schema.json\"," |
705 | 705 | ],
|
706 | 706 | "description": "MockResponsePlugin schema"
|
707 | 707 | },
|
|
786 | 786 | "prefix": "devproxy-plugin-rate-limiting-file",
|
787 | 787 | "body": [
|
788 | 788 | "{",
|
789 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/ratelimitingplugin.schema.json\",", |
| 789 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/ratelimitingplugin.schema.json\",", |
790 | 790 | "\t\"body\": {",
|
791 | 791 | "\t\t$1",
|
792 | 792 | "\t},",
|
|
801 | 801 | "RateLimitingFileSchema": {
|
802 | 802 | "prefix": "devproxy-plugin-rate-limiting-file-schema",
|
803 | 803 | "body": [
|
804 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/ratelimitingplugin.schema.json\"," |
| 804 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.22.0/ratelimitingplugin.schema.json\"," |
805 | 805 | ],
|
806 | 806 | "description": "Dev Proxy rate limiting file schema"
|
807 | 807 | },
|
|
0 commit comments