zio.http.endpoint.openapi.JsonSchema.Object
See theObject companion object
final case class Object(properties: Map[String, JsonSchema], additionalProperties: Either[Boolean, JsonSchema], required: Chunk[String]) extends JsonSchema
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait JsonSchematrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
This Object represents a "closed dictionary", aka a case class
This Object represents a "closed dictionary", aka a case class
See: https://github.com/zio/zio-http/issues/3048#issuecomment-2306291192
Attributes
Can't represent a case class and a Map at the same time
Can't represent a case class and a Map at the same time
Attributes
This Object represents an "open dictionary", aka a Map
This Object represents an "open dictionary", aka a Map
See: https://github.com/zio/zio-http/issues/3048#issuecomment-2306291192
Attributes
Inherited methods
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
Attributes
- Inherited from:
- JsonSchema
In this article