AnyConstraints4
com.eclipsesource.schema.internal.draft4.constraints.AnyConstraints4
case class AnyConstraints4(schemaType: Option[String], allOf: Option[Seq[SchemaType]], anyOf: Option[Seq[SchemaType]], oneOf: Option[Seq[SchemaType]], definitions: Option[Map[String, SchemaType]], enm: Option[Seq[JsValue]], not: Option[SchemaType], description: Option[String], id: Option[String]) extends AnyConstraints
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AnyConstraintstrait Constraintclass Objecttrait Matchableclass Any
Members list
In this article