|
13 | 13 | ], |
14 | 14 | "description": "Dev Proxy config file" |
15 | 15 | }, |
| 16 | + "ConfigSchema": { |
| 17 | + "prefix": "devproxy-config-schema", |
| 18 | + "body": [ |
| 19 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/rc.schema.json\"," |
| 20 | + ], |
| 21 | + "description": "Dev Proxy config schema" |
| 22 | + }, |
16 | 23 | "Errors": { |
17 | 24 | "prefix": "devproxy-errors", |
18 | 25 | "body": [ |
|
67 | 74 | ], |
68 | 75 | "description": "CrudApiPlugin config section" |
69 | 76 | }, |
| 77 | + "CrudApiPluginSchema": { |
| 78 | + "prefix": "devproxy-plugin-crud-api-schema", |
| 79 | + "body": [ |
| 80 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/crudapiplugin.schema.json\"," |
| 81 | + ], |
| 82 | + "description": "CrudApiPlugin schema" |
| 83 | + }, |
70 | 84 | "DevToolsPlugin": { |
71 | 85 | "prefix": "devproxy-plugin-dev-tools", |
72 | 86 | "body": [ |
|
130 | 144 | ], |
131 | 145 | "description": "GenericRandomErrorPlugin config section" |
132 | 146 | }, |
| 147 | + "GenericRandomErrorPluginSchema": { |
| 148 | + "prefix": "devproxy-plugin-generic-random-error-schema", |
| 149 | + "body": [ |
| 150 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/genericrandomerrorplugin.schema.json\"," |
| 151 | + |
| 152 | + ], |
| 153 | + "description": "GenericRandomErrorPlugin schema" |
| 154 | + }, |
133 | 155 | "GraphBetaSupportGuidancePlugin": { |
134 | 156 | "prefix": "devproxy-plugin-graph-beta-support-guidance", |
135 | 157 | "body": [ |
|
358 | 380 | "}," |
359 | 381 | ], |
360 | 382 | "description": "MockResponsePlugin config section" |
361 | | - }, |
| 383 | + }, |
| 384 | + "MockResponsePluginSchema": { |
| 385 | + "prefix": "devproxy-plugin-mock-response-schema", |
| 386 | + "body": [ |
| 387 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/mockresponseplugin.schema.json\"," |
| 388 | + ], |
| 389 | + "description": "MockResponsePlugin schema" |
| 390 | + }, |
362 | 391 | "ODataPagingGuidancePlugin": { |
363 | 392 | "prefix": "devproxy-plugin-odata-paging-guidance", |
364 | 393 | "body": [ |
|
425 | 454 | ], |
426 | 455 | "description": "RateLimitingPlugin config section" |
427 | 456 | }, |
| 457 | + "RateLimitingPluginSchema": { |
| 458 | + "prefix": "devproxy-plugin-rate-limiting-schema", |
| 459 | + "body": [ |
| 460 | + "\"\\$schema\": \"https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/ratelimitingplugin.schema.json\"," |
| 461 | + ], |
| 462 | + "description": "RateLimitingPlugin schema" |
| 463 | + }, |
428 | 464 | "RetryAfterPlugin": { |
429 | 465 | "prefix": "devproxy-plugin-retry-after", |
430 | 466 | "body": [ |
|
0 commit comments