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
// propagate access/usage to immediate children, if the schema is a discriminated model
2879
+
// if the schema is not a discriminated model, its children likely not valid for the mode/API
2880
+
// TODO: it does not handle the case that concrete model (kind: "type1") for the discriminated model have depth larger than 1 (e.g. kind: "type1" | "type2" in middle)
0 commit comments