Packages

sealed trait Format extends JsonSchemaProperty with StringProperty

ADT representing all possible values for format keyword

See also

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

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

Abstract Value Members

  1. abstract def asString: String
  2. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  3. abstract def productArity: Int
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete 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
    FormatJsonSchemaProperty
  3. def productIterator: Iterator[Any]
    Definition Classes
    Product
  4. def productPrefix: String
    Definition Classes
    Product