STRING
constructor(title: String? = null, description: String? = null, minLength: Int? = null, maxLength: Int? = null, nullable: Boolean = false, default: String? = null, enum: List<String?> = emptyList(), extensions: Map<String, JsonElement> = emptyMap(), example: String? = null, pattern: String? = null, deprecated: Boolean = false, readOnly: Boolean = false, additionalProperties: JsonElement? = null, format: OpenApi.Components.Schema.STRING.Format? = null)(source)