FieldType

@JsonClass(generateAdapter = true)
data class FieldType(@Json(name = "regexp") val regexp: String? = null, @Json(name = "placeholder") val placeholder: String? = null)

Constructors

Link copied to clipboard
fun FieldType(@Json(name = "regexp") regexp: String? = null, @Json(name = "placeholder") placeholder: String? = null)

Properties

Link copied to clipboard
val placeholder: String? = null

Required. An placeholder serving as a valid example of the field value.

Link copied to clipboard
val regexp: String? = null

Required. A regular expression for validation of a field's value. This may be relatively coarse to verify the value as the application service providing this protocol may apply additional