StringSchema

constructor(title: String? = null, description: String? = null, minLength: Int? = null, maxLength: Int? = null, format: StringSchemaFormat? = null, default: String? = null)(source)