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