Packages

case class Enum(value: List[Json]) extends JsonSchemaProperty with Product with Serializable

Type representing value for enum key

See also

http://json-schema.org/latest/json-schema-validation.html#anchor76

Linear Supertypes
JsonSchemaProperty, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Enum
  2. JsonSchemaProperty
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Enum(value: List[Json])

Value Members

  1. def keyName: String

    Each property should at least have canonical key

    Each property should at least have canonical key

    Definition Classes
    JsonSchemaProperty
  2. val keyword: Keyword
    Definition Classes
    EnumJsonSchemaProperty
  3. val value: List[Json]