|
3 | 3 | "prefix": "devproxy-config-file", |
4 | 4 | "body": [ |
5 | 5 | "{", |
6 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.24.0/rc.schema.json\",", |
| 6 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.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.24.0/rc.schema.json\"," |
| 23 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.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.24.0/mockresponseplugin.schema.json\",", |
| 45 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockresponseplugin.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.24.0/mockresponseplugin.schema.json\"," |
| 56 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockresponseplugin.schema.json\"," |
57 | 57 | ], |
58 | 58 | "description": "Dev Proxy mocks file schema" |
59 | 59 | }, |
|
294 | 294 | "prefix": "devproxy-plugin-crud-api-file", |
295 | 295 | "body": [ |
296 | 296 | "{", |
297 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.24.0/crudapiplugin.schema.json\",", |
| 297 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/crudapiplugin.schema.json\",", |
298 | 298 | "\t\"actions\": [", |
299 | 299 | "\t\t$1", |
300 | 300 | "\t],", |
|
307 | 307 | "CrudApiPluginFileSchema": { |
308 | 308 | "prefix": "devproxy-plugin-crud-api-file-schema", |
309 | 309 | "body": [ |
310 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.24.0/crudapiplugin.schema.json\"," |
| 310 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/crudapiplugin.schema.json\"," |
311 | 311 | ], |
312 | 312 | "description": "CrudApiPlugin API file schema" |
313 | 313 | }, |
|
409 | 409 | "prefix": "devproxy-plugin-generic-random-error-file", |
410 | 410 | "body": [ |
411 | 411 | "{", |
412 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.24.0/genericrandomerrorplugin.schema.json\",", |
| 412 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.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/dotnet/dev-proxy/main/schemas/v0.24.0/genericrandomerrorplugin.schema.json\"," |
| 423 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/genericrandomerrorplugin.schema.json\"," |
424 | 424 | ], |
425 | 425 | "description": "GenericRandomErrorPlugin errors file schema" |
426 | 426 | }, |
|
728 | 728 | "MockResponsePluginFileSchema": { |
729 | 729 | "prefix": "devproxy-plugin-mock-response-schema", |
730 | 730 | "body": [ |
731 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.24.0/mockresponseplugin.schema.json\"," |
| 731 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/mockresponseplugin.schema.json\"," |
732 | 732 | ], |
733 | 733 | "description": "MockResponsePlugin schema" |
734 | 734 | }, |
|
823 | 823 | "prefix": "devproxy-plugin-rate-limiting-file", |
824 | 824 | "body": [ |
825 | 825 | "{", |
826 | | - "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.24.0/ratelimitingplugin.schema.json\",", |
| 826 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/ratelimitingplugin.schema.json\",", |
827 | 827 | "\t\"body\": {", |
828 | 828 | "\t\t$1", |
829 | 829 | "\t},", |
|
838 | 838 | "RateLimitingFileSchema": { |
839 | 839 | "prefix": "devproxy-plugin-rate-limiting-file-schema", |
840 | 840 | "body": [ |
841 | | - "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.24.0/ratelimitingplugin.schema.json\"," |
| 841 | + "\"\\$schema\": \"https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.25.0/ratelimitingplugin.schema.json\"," |
842 | 842 | ], |
843 | 843 | "description": "Dev Proxy rate limiting file schema" |
844 | 844 | }, |
|
0 commit comments