pl.iterators.kebs.jsonschema.JsonSchemaWrapper.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kebs-jsonschema_2.13 Show documentation
Show all versions of kebs-jsonschema_2.13 Show documentation
Automatic generation of JSON Schemas for case classes
The newest version!
package pl.iterators.kebs.jsonschema
import json.Schema
final case class JsonSchemaWrapper[T](schema: Schema[T]) extends AnyVal