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
network-config schema now permits optional top-level network key.
We should generally be using oneOf declarations in JSON schema.
Fix anyOf_type_route schema definition.
Update route definition to oneOf from anyOf requiring either
'network' or 'destination' key, combined with a 'gateway' key.
0 commit comments