@@ -11,17 +11,20 @@ The Dev Proxy extension makes it easy to create and update configuration files.
1111| Prefix | Description |
1212| ------ | ----------- |
1313| ` devproxy-config ` | Dev Proxy config file |
14+ | ` devproxy-config-schema ` | Dev Proxy config schema |
1415| ` devproxy-errors ` | Dev Proxy errors file |
1516| ` devproxy-plugin-caching-guidance ` | CachingGuidancePlugin instance |
1617| ` devproxy-plugin-caching-guidance-config ` | CachingGuidancePlugin config section |
1718| ` devproxy-plugin-crud-api ` | CrudApiPlugin instance |
1819| ` devproxy-plugin-crud-api-config ` | CrudApiPlugin config section |
20+ | ` devproxy-plugin-crud-api-schema ` | CrudApiPlugin schema |
1921| ` devproxy-plugin-dev-tools ` | DevToolsPlugin instance |
2022| ` devproxy-plugin-dev-tools-config ` | DevToolsPlugin config section |
2123| ` devproxy-plugin-execution-summary ` | ExecutionSummaryPlugin instance |
2224| ` devproxy-plugin-execution-summary-config ` | ExecutionSummaryPlugin config section |
2325| ` devproxy-plugin-generic-random-error ` | GenericRandomErrorPlugin instance |
2426| ` devproxy-plugin-generic-random-error-config ` | GenericRandomErrorPlugin config section |
27+ | ` devproxy-plugin-generic-random-error-schema ` | GenericRandomErrorPlugin schema |
2528| ` devproxy-plugin-graph-beta-support-guidance ` | GraphBetaSupportGuidancePlugin instance |
2629| ` devproxy-plugin-graph-client-request-id-guidance ` | GraphClientRequestIdGuidancePlugin instance |
2730| ` devproxy-plugin-graph-mock-response ` | GraphMockResponsePlugin instance |
@@ -38,11 +41,13 @@ The Dev Proxy extension makes it easy to create and update configuration files.
3841| ` devproxy-plugin-mock-generator ` | MockGeneratorPlugin instance |
3942| ` devproxy-plugin-mock-response ` | MockResponsePlugin instance |
4043| ` devproxy-plugin-mock-response-config ` | MockResponsePlugin config section |
44+ | ` devproxy-plugin-mock-response-schema ` | MockResponsePlugin schema |
4145| ` devproxy-plugin-odata-paging-guidance ` | ODataPagingGuidancePlugin instance |
4246| ` devproxy-plugin-graph-odsp-search-guidance ` | ODSPSearchGuidancePlugin instance |
43- | ` devproxy-plugin-open-api-doc-generator ` | OpenApiDocGeneratorPlugin instance |
47+ | ` devproxy-plugin-open-api-doc-generator ` | OpenAPIDocGeneratorPlugin instance |
4448| ` devproxy-plugin-rate-limiting ` | MockResponsePlugin instance |
4549| ` devproxy-plugin-rate-limiting-config ` | RateLimitingPlugin config section |
50+ | ` devproxy-plugin-rate-limiting-schema ` | RateLimitingPlugin schema |
4651| ` devproxy-plugin-retry-after ` | RetryAfterPlugin instance |
4752| ` devproxy-response ` | Empty Dev Proxy response |
4853| ` devproxy-response-header ` | Empty Dev Proxy response header |
@@ -53,4 +58,4 @@ The following diagnostic checks are performed:
5358
5459- Check for empty ` urlsToWatch ` .
5560- Check for missing ` configSection ` property in plugin instance for plugins that require configuration.
56- - Check for missing ` configSection ` when defined in plugin instance
61+ - Check for missing ` configSection ` when defined in plugin instance.
0 commit comments