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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PatternProperties
- ObjectProperty
- JsonSchemaProperty
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
keyName: String
Each property should at least have canonical key
Each property should at least have canonical key
- Definition Classes
- JsonSchemaProperty
-
val
keyword: Keyword
- Definition Classes
- PatternProperties → JsonSchemaProperty
- val value: Map[String, Schema]