object StringProperty
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringProperty
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed
trait
Format extends JsonSchemaProperty with StringProperty
ADT representing all possible values for
format
keywordADT representing all possible values for
format
keyword- See also
http://json-schema.org/latest/json-schema-validation.html#anchor104
-
case class
MaxLength(value: BigInt) extends JsonSchemaProperty with StringProperty with Product with Serializable
Class representing
maxLength
keywordClass representing
maxLength
keyword- See also
http://json-schema.org/latest/json-schema-validation.html#anchor26
-
case class
MinLength(value: BigInt) extends JsonSchemaProperty with StringProperty with Product with Serializable
Class representing
minLength
keywordClass representing
minLength
keyword- See also
http://json-schema.org/latest/json-schema-validation.html#anchor29
-
case class
Pattern(value: String) extends JsonSchemaProperty with StringProperty with Product with Serializable
Class representing
pattern
keywordClass representing
pattern
keyword- See also
http://json-schema.org/latest/json-schema-validation.html#anchor33
-
case class
SchemaUri(value: URI) extends JsonSchemaProperty with StringProperty with Product with Serializable
Class representing
$$schema
keywordClass representing
$$schema
keyword- See also
https://json-schema.org/understanding-json-schema/reference/schema.html