zio.http.endpoint.openapi.JsonSchema.SchemaStyle
See theSchemaStyle companion trait
object SchemaStyle
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
SchemaStyle.type
Members list
Type members
Classlikes
case object Compact extends SchemaStyle
Generates schema names using the type name
Generates schema names using the type name
Attributes
- See also
-
SchemaStyle.Reference for full package path schema names to avoid name collisions.
- Supertypes
- Self type
-
Compact.type
case object Inline extends SchemaStyle
case object Reference extends SchemaStyle
Generates unique schema names using the full package path
Generates unique schema names using the full package path
Attributes
- See also
-
SchemaStyle.Compact for compact schema names.
- Supertypes
- Self type
-
Reference.type
Inherited and Abstract types
The names of the product elements
The name of the type
In this article