|
3 | 3 | "prefix": "devproxy-config-file",
|
4 | 4 | "body": [
|
5 | 5 | "{",
|
6 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/rc.schema.json\",", |
| 6 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.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/microsoft/dev-proxy/main/schemas/v0.23.0/rc.schema.json\"," |
| 23 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.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/microsoft/dev-proxy/main/schemas/v0.23.0/mockresponseplugin.schema.json\",", |
| 45 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.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/microsoft/dev-proxy/main/schemas/v0.23.0/mockresponseplugin.schema.json\"," |
| 56 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/mockresponseplugin.schema.json\"," |
57 | 57 | ],
|
58 | 58 | "description": "Dev Proxy mocks file schema"
|
59 | 59 | },
|
|
295 | 295 | "prefix": "devproxy-plugin-crud-api-file",
|
296 | 296 | "body": [
|
297 | 297 | "{",
|
298 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/crudapiplugin.schema.json\",", |
| 298 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/crudapiplugin.schema.json\",", |
299 | 299 | "\t\"actions\": [",
|
300 | 300 | "\t\t$1",
|
301 | 301 | "\t],",
|
|
308 | 308 | "CrudApiPluginFileSchema": {
|
309 | 309 | "prefix": "devproxy-plugin-crud-api-file-schema",
|
310 | 310 | "body": [
|
311 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/crudapiplugin.schema.json\"," |
| 311 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/crudapiplugin.schema.json\"," |
312 | 312 | ],
|
313 | 313 | "description": "CrudApiPlugin API file schema"
|
314 | 314 | },
|
|
412 | 412 | "prefix": "devproxy-plugin-generic-random-error-file",
|
413 | 413 | "body": [
|
414 | 414 | "{",
|
415 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/genericrandomerrorplugin.schema.json\",", |
| 415 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/genericrandomerrorplugin.schema.json\",", |
416 | 416 | "\t\"errors\": [",
|
417 | 417 | "\t\t$1",
|
418 | 418 | "\t]",
|
|
423 | 423 | "GenericRandomErrorPluginFileSchema": {
|
424 | 424 | "prefix": "devproxy-plugin-generic-random-error-file-schema",
|
425 | 425 | "body": [
|
426 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/genericrandomerrorplugin.schema.json\"," |
| 426 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/genericrandomerrorplugin.schema.json\"," |
427 | 427 | ],
|
428 | 428 | "description": "GenericRandomErrorPlugin errors file schema"
|
429 | 429 | },
|
|
733 | 733 | "MockResponsePluginFileSchema": {
|
734 | 734 | "prefix": "devproxy-plugin-mock-response-schema",
|
735 | 735 | "body": [
|
736 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/mockresponseplugin.schema.json\"," |
| 736 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/mockresponseplugin.schema.json\"," |
737 | 737 | ],
|
738 | 738 | "description": "MockResponsePlugin schema"
|
739 | 739 | },
|
|
828 | 828 | "prefix": "devproxy-plugin-rate-limiting-file",
|
829 | 829 | "body": [
|
830 | 830 | "{",
|
831 |
| - "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/ratelimitingplugin.schema.json\",", |
| 831 | + "\t\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/ratelimitingplugin.schema.json\",", |
832 | 832 | "\t\"body\": {",
|
833 | 833 | "\t\t$1",
|
834 | 834 | "\t},",
|
|
843 | 843 | "RateLimitingFileSchema": {
|
844 | 844 | "prefix": "devproxy-plugin-rate-limiting-file-schema",
|
845 | 845 | "body": [
|
846 |
| - "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.23.0/ratelimitingplugin.schema.json\"," |
| 846 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.24.0/ratelimitingplugin.schema.json\"," |
847 | 847 | ],
|
848 | 848 | "description": "Dev Proxy rate limiting file schema"
|
849 | 849 | },
|
|
0 commit comments