zio-schema icon indicating copy to clipboard operation
zio-schema copied to clipboard

Compositional, type-safe schema definitions, which enable auto-derivation of codecs and migrations.

Results 66 zio-schema issues
Sort by recently updated
recently updated
newest added

If the schema is rebuilt from the AST, it doesn't correctly convert a dynamic value back to a typed value. This is specifically happening with records. ```scala import zio.schema._ final...

bug
💎 Bounty

Problems: - Some of its tests are failing - It is not implementing the `Codec` trait

ziohackathon
💎 Bounty

Checking the readme on a pull request is deprecated a long time ago. [It seems](https://github.com/zio/zio-schema/actions/runs/8780582155/job/24090786418) the CI on the ZIO Schema project is not up to date. It can be...

documentation
good first issue

Given a case class like: ```scala final case class WithOptionFields(a: Option[String], b: Option[Int]) object WithOptionFields { implicit lazy val schema: Schema[WithOptionFields] = DeriveSchema.gen[WithOptionFields] } ``` the following test should pass:...

The command `publishLocal` from Windows 11 seems to give a scaladoc error. Steps to reproduce: 1. enter sbt shell `$ sbt` 2. Switch to Scala 3 target `++ 3.3` 3....

Currently, ObjectId is not supported in zio-schema-bson.

## Description - Before it was `[email protected]` and `[email protected]` - Updated it to `11/17` like other repos of zio Fixes #639 /claim #639

🙋 Bounty claim