-
Notifications
You must be signed in to change notification settings - Fork 24
feat non mandatory validation on gateway #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat non mandatory validation on gateway #170
Conversation
✅ Deploy Preview for editdor ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
160ce05 to
ab515aa
Compare
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo M G da Silva <rephyrus0877@protonmail.com>
ab515aa to
7712f92
Compare
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
|
It still doesn't work end to end, please test it end to end with http://plugfest.thingweb.io/http-data-schema-thing without the endpoint and turning |
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
As requested, now all necessary transformations of the TD will happen when the user clicks the "Validation" button and will generate the final Thing Model, that is on the first window of the workflow "Contribute to Catalog". So now when the user opens the "Contributes to Catalog" the changes in the TM can be:
Previous transformations on the TM on the keys "@type" and "tm:required" were dropped. In case of placeholders ( e.g {{host}} ) in the TM will not be changed, however a temporary TM is created to test the values of the placeholders in the second view of the workflow "Contribute to Catalog". |
Signed-off-by: Ricardo Silva <rephyrus0877@protonmail.com>
This PR will introduce a new feature:
Also, will introduce refactoring in the structure, mainly:
Attention: BREAKING CHANGES
Closes #165