Code runs fine but when I view the trace on my local self-hosted v3 instance, the output shows as null. I can see in the trace the output is getting generated: There's an example video which covers ...
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "some_date": { "type": ["string", "null"], "format": "date-time ...