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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Enum
- JsonSchemaProperty
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Enum(value: List[Json])
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
- Enum → JsonSchemaProperty
- val value: List[Json]