Conversation
✅ Deploy Preview for the-codegen-project canceled.
|
| "$ref": "#/definitions/AsyncAPICodegenConfiguration/properties/generators/items/anyOf/6" | ||
| }, | ||
| { | ||
| "$ref": "#/definitions/AsyncAPICodegenConfiguration/properties/generators/items/anyOf/7" |
There was a problem hiding this comment.
Invalid JSON schema $ref to non-existent array index
The schema references #/definitions/AsyncAPICodegenConfiguration/properties/generators/items/anyOf/7 which does not exist. The anyOf array in the definitions only contains 7 items (indices 0-6). This invalid $ref appears in both the OpenAPI and JSONSchema generator configurations, causing schema validation to fail or produce undefined behavior when users try to validate their configuration files against this schema.
Additional Locations (1)
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.
Version bump in package.json for release v1.0.0
Note
Bumps CLI to v1.0.0, adds the v1 configuration JSON Schema, and updates docs/version references.
1.0.0inpackage.jsonandpackage-lock.json.schemas/configuration-schema-1.jsondefining the v1 configuration schema (AsyncAPI/OpenAPI/JSON Schema support, generators/options/telemetry fields).docs/usage.mdversion output to1.0.0and fix source links tov1.0.0paths.Written by Cursor Bugbot for commit 4daac1e. This will update automatically on new commits. Configure here.