case class AnyOf(value: List[Schema]) extends JsonSchemaProperty with Product with Serializable
Type representing value for anyOf
key
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnyOf
- 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
- AnyOf → JsonSchemaProperty
- val value: List[Schema]