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
When using the short form of connections (i.e., a list of connection names), the validation fails as it expects the long form (a list of objects with to keys).
Fix the validation. json schema has anyOf and oneOf our YANG to json schema conversion should use that.
The text was updated successfully, but these errors were encountered:
Actually since we model our config in YANG there is no way to have a particular node be 2 different types, that requires a choice which would then have 2 different nodes underneath.
When using the short form of
connections
(i.e., a list of connection names), the validation fails as it expects the long form (a list of objects withto
keys).Fix the validation. json schema has
anyOf
andoneOf
our YANG to json schema conversion should use that.The text was updated successfully, but these errors were encountered: