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
The initial graph schema is not flexible enough to handle cases with
additional properties in endpoint nodes. The problem is a $ref plus
'unevaluatedProperties: false' only works on immediate properties and
doesn't work for child properties in an endpoint schema. So endpoint
nodes must have their own $ref. Rework the to add base definitions
'port-base' and 'endpoint-base' which can be used by graph users to
extend the schema. For users without additional properties, they can
reference '/properties/port' and 'properties/endpoint'.
Signed-off-by: Rob Herring <[email protected]>
0 commit comments