Replies: 1 comment 1 reply
-
@martincostello since you seem to know the internals pretty well - any idea? I do not see why schema B is nullable but schema A is not. I just need to make schema B not nullable :-) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am working around this issue that I am having. For some reason, it marks some component schemas as nullable, which I do not understand. In my opinion (correct my if I am wrong), the schema should never be null, but the properties referencing that schema may be. How can I solve this?
Example:
Having such, leads to following (partial) schema;
Is there a way to have "B" schema to not be nullable?
Beta Was this translation helpful? Give feedback.
All reactions