Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Aug 26, 2024
1 parent 3d9db63 commit a665740
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import zio.schema.codec.json._
import zio.schema.validation._

import zio.http.codec.{SegmentCodec, TextCodec}
import zio.http.endpoint.openapi.JsonSchema.MetaData

@nowarn("msg=possible missing interpolator")
private[openapi] case class SerializableJsonSchema(
Expand Down Expand Up @@ -880,8 +881,7 @@ object JsonSchema {
obj <- objects
otherObj <- objects
notNullableSchemas =
obj
.withoutAnnotations
obj.withoutAnnotations
.asInstanceOf[JsonSchema.Object]
.properties
.filterNot { case (_, schema) => schema.isNullable }
Expand Down

2 comments on commit a665740

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 : Performance Benchmarks (SimpleEffectBenchmarkServer)

concurrency: 256
requests/sec: 337519

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 : Performance Benchmarks (PlainTextBenchmarkServer)

concurrency: 256
requests/sec: 332822

Please sign in to comment.