|
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.0/rc.schema.json\",", |
| 6 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/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.0/rc.schema.json\"," |
| 20 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/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.20.0/mockresponseplugin.schema.json\",", |
| 28 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/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.20.0/mockresponseplugin.schema.json\"," |
| 39 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/mockresponseplugin.schema.json\"," |
40 | 40 | ], |
41 | 41 | "description": "Dev Proxy mocks file schema" |
42 | 42 | }, |
|
212 | 212 | "prefix": "devproxy-plugin-crud-api-file", |
213 | 213 | "body": [ |
214 | 214 | "{", |
215 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/crudapiplugin.schema.json\",", |
| 215 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/crudapiplugin.schema.json\",", |
216 | 216 | "\t\"actions\": [", |
217 | 217 | "\t\t$1", |
218 | 218 | "\t],", |
|
225 | 225 | "CrudApiPluginFileSchema": { |
226 | 226 | "prefix": "devproxy-plugin-crud-api-file-schema", |
227 | 227 | "body": [ |
228 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/crudapiplugin.schema.json\"," |
| 228 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/crudapiplugin.schema.json\"," |
229 | 229 | ], |
230 | 230 | "description": "CrudApiPlugin API file schema" |
231 | 231 | }, |
|
329 | 329 | "prefix": "devproxy-plugin-generic-random-error-file", |
330 | 330 | "body": [ |
331 | 331 | "{", |
332 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/genericrandomerrorplugin.schema.json\",", |
| 332 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/genericrandomerrorplugin.schema.json\",", |
333 | 333 | "\t\"responses\": [", |
334 | 334 | "\t\t$1", |
335 | 335 | "\t]", |
|
340 | 340 | "GenericRandomErrorPluginFileSchema": { |
341 | 341 | "prefix": "devproxy-plugin-generic-random-error-file-schema", |
342 | 342 | "body": [ |
343 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/genericrandomerrorplugin.schema.json\"," |
| 343 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/genericrandomerrorplugin.schema.json\"," |
344 | 344 | ], |
345 | 345 | "description": "GenericRandomErrorPlugin errors file schema" |
346 | 346 | }, |
|
607 | 607 | "MockResponsePluginFileSchema": { |
608 | 608 | "prefix": "devproxy-plugin-mock-response-schema", |
609 | 609 | "body": [ |
610 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/mockresponseplugin.schema.json\"," |
| 610 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/mockresponseplugin.schema.json\"," |
611 | 611 | ], |
612 | 612 | "description": "MockResponsePlugin schema" |
613 | 613 | }, |
|
692 | 692 | "prefix": "devproxy-plugin-rate-limiting-file", |
693 | 693 | "body": [ |
694 | 694 | "{", |
695 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/ratelimitingplugin.schema.json\",", |
| 695 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/ratelimitingplugin.schema.json\",", |
696 | 696 | "\t\"body\": {", |
697 | 697 | "\t\t$1", |
698 | 698 | "\t},", |
|
707 | 707 | "RateLimitingFileSchema": { |
708 | 708 | "prefix": "devproxy-plugin-rate-limiting-file-schema", |
709 | 709 | "body": [ |
710 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.0/ratelimitingplugin.schema.json\"," |
| 710 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.20.1/ratelimitingplugin.schema.json\"," |
711 | 711 | ], |
712 | 712 | "description": "Dev Proxy rate limiting file schema" |
713 | 713 | }, |
|
0 commit comments