Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds JSON Schema files for Dev Proxy v2.3.1 configuration (root devproxyrc plus plugin-specific config and supporting data-file schemas) under schemas/v2.3.1/.
Changes:
- Introduces
schemas/v2.3.1/rc.schema.jsonfor the root Dev Proxy config. - Adds v2.3.1 schema files for plugin configuration sections (and related external config/data files like mocks/errors/rewrites/prices).
- Provides per-plugin schema coverage for generation, mocking, reporting, guidance, auth, and API Center plugins.
Reviewed changes
Copilot reviewed 39 out of 39 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| schemas/v2.3.1/typespecgeneratorplugin.schema.json | Schema for TypeSpecGeneratorPlugin configuration |
| schemas/v2.3.1/rewriteplugin.schema.json | Schema for RewritePlugin configuration |
| schemas/v2.3.1/rewriteplugin.rewritesfile.schema.json | Schema for RewritePlugin rewrites file format |
| schemas/v2.3.1/rc.schema.json | Schema for root Dev Proxy config (devproxyrc) |
| schemas/v2.3.1/ratelimitingplugin.schema.json | Schema for RateLimitingPlugin configuration |
| schemas/v2.3.1/ratelimitingplugin.customresponsefile.schema.json | Schema for RateLimitingPlugin custom response file |
| schemas/v2.3.1/openapispecgeneratorplugin.schema.json | Schema for OpenApiSpecGeneratorPlugin configuration |
| schemas/v2.3.1/openaitelemetryplugin.schema.json | Schema for OpenAITelemetryPlugin configuration |
| schemas/v2.3.1/openaitelemetryplugin.pricesfile.schema.json | Schema for OpenAITelemetryPlugin prices file |
| schemas/v2.3.1/mockstdioresponseplugin.schema.json | Schema for MockStdioResponsePlugin configuration |
| schemas/v2.3.1/mockstdioresponseplugin.mocksfile.schema.json | Schema for MockStdioResponsePlugin mocks file |
| schemas/v2.3.1/mockresponseplugin.schema.json | Schema for MockResponsePlugin configuration |
| schemas/v2.3.1/mockresponseplugin.mocksfile.schema.json | Schema for MockResponsePlugin mocks file |
| schemas/v2.3.1/mockrequestplugin.schema.json | Schema for MockRequestPlugin configuration |
| schemas/v2.3.1/mockrequestplugin.mockfile.schema.json | Schema for MockRequestPlugin mock request file |
| schemas/v2.3.1/minimalpermissionsplugin.schema.json | Schema for MinimalPermissionsPlugin configuration |
| schemas/v2.3.1/minimalpermissionsguidanceplugin.schema.json | Schema for MinimalPermissionsGuidancePlugin configuration |
| schemas/v2.3.1/minimalcsompermissionsplugin.schema.json | Schema for MinimalCsomPermissionsPlugin configuration |
| schemas/v2.3.1/minimalcsompermissions.types.schema.json | Schema for SharePoint CSOM types/permissions data file |
| schemas/v2.3.1/latencyplugin.schema.json | Schema for LatencyPlugin configuration |
| schemas/v2.3.1/languagemodelratelimitingplugin.schema.json | Schema for LanguageModelRateLimitingPlugin configuration |
| schemas/v2.3.1/languagemodelratelimitingplugin.customresponsefile.schema.json | Schema for LanguageModelRateLimitingPlugin custom response file |
| schemas/v2.3.1/languagemodelfailureplugin.schema.json | Schema for LanguageModelFailurePlugin configuration |
| schemas/v2.3.1/httpfilegeneratorplugin.schema.json | Schema for HttpFileGeneratorPlugin configuration |
| schemas/v2.3.1/hargeneratorplugin.schema.json | Schema for HarGeneratorPlugin configuration |
| schemas/v2.3.1/graphrandomerrorplugin.schema.json | Schema for GraphRandomErrorPlugin configuration |
| schemas/v2.3.1/graphminimalpermissionsplugin.schema.json | Schema for GraphMinimalPermissionsPlugin configuration |
| schemas/v2.3.1/graphminimalpermissionsguidanceplugin.schema.json | Schema for GraphMinimalPermissionsGuidancePlugin configuration |
| schemas/v2.3.1/genericrandomerrorplugin.schema.json | Schema for GenericRandomErrorPlugin configuration |
| schemas/v2.3.1/genericrandomerrorplugin.errorsfile.schema.json | Schema for GenericRandomErrorPlugin errors file |
| schemas/v2.3.1/executionsummaryplugin.schema.json | Schema for ExecutionSummaryPlugin configuration |
| schemas/v2.3.1/devtoolsplugin.schema.json | Schema for DevToolsPlugin configuration |
| schemas/v2.3.1/crudapiplugin.schema.json | Schema for CrudApiPlugin configuration |
| schemas/v2.3.1/crudapiplugin.apifile.schema.json | Schema for CrudApiPlugin API definition file |
| schemas/v2.3.1/cachingguidanceplugin.schema.json | Schema for CachingGuidancePlugin configuration |
| schemas/v2.3.1/authplugin.schema.json | Schema for AuthPlugin configuration |
| schemas/v2.3.1/apicenterproductionversionplugin.schema.json | Schema for ApiCenterProductionVersionPlugin configuration |
| schemas/v2.3.1/apicenteronboardingplugin.schema.json | Schema for ApiCenterOnboardingPlugin configuration |
| schemas/v2.3.1/apicenterminimalpermissionsplugin.schema.json | Schema for ApiCenterMinimalPermissionsPlugin configuration |
garrytrinder
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.