Replies: 1 comment
-
I created a stackblitz for this issue. I hope someone might be able to help out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I simply want to extend or merge schemas when value in the base schema meets a condition. Let's say the base schema has product name and product type. If the product type === "subscription" then merge a subscription schema.
how do I create if productType === "subscription" then merge subscription schema with base.?
Beta Was this translation helpful? Give feedback.
All reactions