Open guizmaii opened 1 week ago
See #3144
The issue seems to be that for a Schema[Option[A]] we need to create a HttpContentCondec.fromSchema(Schema[A]).optional
Schema[Option[A]]
HttpContentCondec.fromSchema(Schema[A]).optional
See #3144
The issue seems to be that for a
Schema[Option[A]]
we need to create aHttpContentCondec.fromSchema(Schema[A]).optional