Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class JsonSchemaArray(items: JsonSchemaValue, minItems: Int, maxItems: Int) extends JsonSchemaValue with Product with Serializable
  2. case class JsonSchemaNumber(minimum: Long, maximum: Long) extends JsonSchemaValue with Product with Serializable
  3. case class JsonSchemaObject(required: List[String], properties: Map[String, JsonSchemaValue]) extends JsonSchemaValue with Product with Serializable
  4. case class JsonSchemaString(minLength: Int, maxLength: Int, enum: List[String], pattern: Option[String]) extends JsonSchemaValue with Product with Serializable
  5. sealed trait JsonSchemaValue extends AnyRef

Value Members

  1. object JsonSchemaBoolean extends JsonSchemaValue with Product with Serializable
  2. object JsonSchemaGenerator
  3. object JsonSchemaValue

Ungrouped