On 31/05/2023 21:12, Fabio Estevam wrote: > On 31/05/2023 15:56, Krzysztof Kozlowski wrote: > >> This would have sense if you kept original intention, so >> additionalProperties: false >> >> Without it - you just break bindings to hide warning. > > I am not sure I understood your suggestion. > > Is this what you mean? No. I meant that port-base is for cases when you extend the list of properties and it needs additional/unevaluatedProps: false. You don't have it, thus your fix is like this case: 1. We have DTS with wrong property, not accepted by bindings. What to do? 2. Let's change bindings "additionalProperties: false" to "true". Problem solved! No, not solved :) The graph bindings are a bit tricky, so the best to look for existing examples. Best regards, Krzysztof