StringPropertyDefinition
constructor(type: List<String> = listOf("string"), description: String? = null, nullable: Boolean? = null, format: String? = null, enum: List<String>? = null, minLength: Int? = null, maxLength: Int? = null, pattern: String? = null, default: JsonElement? = null, constValue: JsonElement? = null)(source)