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
Currently, it is hard to locally debug issues with the module specification since the json file is not validated against the APEER schema. Therefore, it can happen that the module builds locally, but the build fails on the platform.
The text was updated successfully, but these errors were encountered:
We validate against the schema directly using any JSON lib (recommended). The link to it is as @bernhardfichtl described
I do recommend we do the latter since that enables us to render our own error messages inside the module debugger. Using the api would rely on it’s response and means a dependency.
Currently, it is hard to locally debug issues with the module specification since the json file is not validated against the APEER schema. Therefore, it can happen that the module builds locally, but the build fails on the platform.
The text was updated successfully, but these errors were encountered: