Closed alicanipek closed 1 year ago
Name | Link |
---|---|
Latest commit | 7d4ecf4045f4603f9f34f9bd0d261f0bc352156f |
Latest deploy log | https://app.netlify.com/sites/wot-binding-templates/deploys/651182c917c6b90008925e09 |
Deploy Preview | https://deploy-preview-297--wot-binding-templates.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Thank you for your contribution, but you are working on an outdated version of the JSON schema. The correct one is coming from #296. Can you check if it works for you?
Hi @relu91 , I saw that pull request, but it doesn't have the required array. Can we say that those properties are no longer required?
Hi @relu91, thx for the hint. Is there a discussion/rational why this was moved to the URL? I liked the human readability of explicit attributes.
I remember a looong discussion about these topics. I've found an issue and the corresponding PR where you can find some of the points that were discussed (if you want more details probably we should dig some minutes files from the calls).
I remember that human readability was actually one of the pros of keeping the old design. We took that into account but, in the end, we preferred to follow RFC 3986 more closely.
From the discussion I now understand. Thx @relu91. We already implemented it in our connectivity solution.
I remember a looong discussion about these topics. I've found an issue and the corresponding PR where you can find some of the points that were discussed (if you want more details probably we should dig some minutes files from the calls).
I remember that human readability was actually one of the pros of keeping the old design. We took that into account but, in the end, we preferred to follow RFC 3986 more closely.
I updated the Modbus json schema and moved required array to modbusForm object. It was inside properties object but it should be inside modbusForm object.