Packages

final case class PatternProperties(value: Map[String, Schema]) extends JsonSchemaProperty with ObjectProperty with Product with Serializable

ADT representing value for patternProperties keyword

See also

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

Linear Supertypes
ObjectProperty, JsonSchemaProperty, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatternProperties
  2. ObjectProperty
  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

Instance Constructors

  1. new PatternProperties(value: Map[String, Schema])

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
    PatternPropertiesJsonSchemaProperty
  3. val value: Map[String, Schema]