Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

feat(plugin): added optional field to not parse schemas when parsing … #88

Merged
merged 10 commits into from
Nov 4, 2024

Conversation

boyney123
Copy link
Contributor

The generator will parse your AsyncAPI files, part of this process the schemas for your messages are also parsed.

This PR adds a new field parseSchemas

true (default): The parser will:

Validate schemas (JSON Schema, Avro, etc.)
Convert non-JSON Schema formats into JSON Schema
Add parser metadata (x-parser-schema-id, etc.)

false: The parser will:

Skip schema validation
Keep original schema formats unchanged
Not add any schema-related metadata

Copy link

changeset-bot bot commented Nov 4, 2024

🦋 Changeset detected

Latest commit: 9034092

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@eventcatalog/generator-asyncapi Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@boyney123 boyney123 merged commit 771f219 into main Nov 4, 2024
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant