StringProperty
constructor( title: String? = null, format: String? = null, description: String? = null, readOnly: Boolean? = null, const: JsonPrimitive? = null, not: Property? = null, pattern: Regex? = null, minLength: Int? = null, maxLength: Int? = null, enum: ImmutableList<String>? = null, oneOf: ImmutableList<Property>? = null)