Error: Missing JSON Schema Annotation for `Schema.OptionFromNullOr(Model.DateTimeFromDate)`
I'm getting this error when using
Schema.OptionFromNullOr(Model.DateTimeFromDate)
Schema.OptionFromNullOr(Model.DateTimeFromDate)
(FiberFailure) Error: Missing annotationat path: ["startedAt"]details: Generating a JSON Schema for this schema requires a "jsonSchema" annotationschema (Refinement): ValidDateFromSelf
(FiberFailure) Error: Missing annotationat path: ["startedAt"]details: Generating a JSON Schema for this schema requires a "jsonSchema" annotationschema (Refinement): ValidDateFromSelf
I'm not sure what how to fix this tried a bunch nothing worked so far.