Enterspeed JavaScript Schemas go default 🚀
Major change for new tenants in the app! We’ve made JavaScript Schemas the default way to develop with Enterspeed. Every new tenant now automatically supports JavaScript Schemas.
Everything in our schemas is now pure JavaScript, allowing you to add custom logic to every part of the schema. We believe this is very powerful! Read more about the JavaScript release in our blog post and learn more about developing JavaScript Schemas in our documentation.
Please note, that even though all new tenants from now on are created as JavaScript Schemas by default, you still have the option of using the JSON Schema if that suits your use case better.
If you are an existing tenant, and you want to start building with JavaScript, you just reach out on your normal Slack support #channel or via support@enterspeed.com and we’ll get you sorted.
What’s cool about it?
- Add custom logic to every part of the schema
- Modify string casing or apply cryptographic algorithms
- Move transformation code to the cloud for asynchronous processing
- IntelliSense support
Check out more details in our blogpost about Enterspeed's JavaScript Schemas: Your New Default Way to Develop
Below is an example of a very simple JavaScript Schema:
Explore these improvements in Enterspeed's JavaScript Schemas! Dive into JavaScript Schemas in our documentation to learn more.
If you've used the preview release, you'll notice some subtle syntax changes.