Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ajv): Avoid ajv throw exception for unresolved fields #798

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Feb 5, 2024

Currently, if a schema field cannot be resolved by using the $ref keyword, ajv throws an exception, making the CanvasForm unusable.

In addition to that, the form field has been removed from the CanvasForm as is meant to be rendered by the Canvas itself.

relates to: #767

Currently, if a schema field cannot be resolved by using the `$ref`
keyword, `ajv` throws an exception, making the `CanvasForm` unusable.

In addition to that, the `form` field has been removed from the
`CanvasForm` as is meant to be rendered by the `Canvas` itself.

relates to: KaotoIO#767
@lordrip lordrip force-pushed the fix/avoid-ajv-throw-exception branch from 4df5440 to c1f66cd Compare February 5, 2024 20:40
@lordrip lordrip merged commit 87e3523 into KaotoIO:main Feb 6, 2024
9 checks passed
@lordrip lordrip deleted the fix/avoid-ajv-throw-exception branch February 6, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants