All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.discriminator.scala Maven / Gradle / Ivy

package json.schema

import scala.annotation.StaticAnnotation

final case class discriminator(field: String = "type", phantom: Boolean = true) extends StaticAnnotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy