Annotation Error with Model.DateTimeInsertFromDate
Hi All, I'm currently stuck on the following and feeling quite annoyed that I cannot solve this after having tried various solutions and looked at the examples. I have a Model.Class that contains the following property . When running my code I get an error that it is missing a JSON annotation for the createdAt property. I have reviewed the documentation at https://effect.website/docs/schema/json-schema/#standard-json-schema-annotations. However, I'm not able to add the annotation on the Model.DateTimeInsertFromDate. Furthermore given the in Model.DateTimeInsertFromDate I assumed that JSON conversion was already given there. Probably this is something really simple but I'm not spotting a solution. Any pointers would be highly appreciated!
Effect Documentation
Convert schema definitions into JSON Schema for data validation and interoperability.
