🚨New Blog post 🚨
Does your application receive JSON via REST calls? If so, how do you make you don't receive garbage data?
Using JSON Schema is a neat way to do that. Here's an example using ORDS and Oracle AI Database 26ai (incl. server-side JavaScript)👇
martincarstenbach.com/2026/03/01/u...
The title’s a mouthful (sorry!), but here’s the core idea: your application exposes REST endpoints through Oracle REST Data Services (ORDS). When a client uses POST to insert new records, the input…