SimpleSchema

fun SimpleSchema(type: String, default: Any? = null, description: String? = null, nullable: Boolean? = null, minLength: Int? = null, maxLength: Int? = null, pattern: String? = null, format: String? = null)