You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 6dfa8e8, I've set any option whose type is its own module's type to unspecified. I'm opening this issue to go back, at some point, and verify that this is the correct approach (as doing so removes validation for any option which meets the definition).
This scenario occurs b/c the CRD type includes the JSONSchemaProps field which has fields (anyOf, allOf, oneOf, and not) of that same type; that is, JSONSchemaProps "appears in" JSONSchemaProps:
The text was updated successfully, but these errors were encountered:
In 6dfa8e8, I've set any option whose type is its own module's type to
unspecified
. I'm opening this issue to go back, at some point, and verify that this is the correct approach (as doing so removes validation for any option which meets the definition).This scenario occurs b/c the CRD type includes the
JSONSchemaProps
field which has fields (anyOf
,allOf
,oneOf
, andnot
) of that same type; that is,JSONSchemaProps
"appears in"JSONSchemaProps
:The text was updated successfully, but these errors were encountered: