Values.StringSchemaConfigSourceThe configuration for a string schema.
type nonrec t = {comment : SensitiveStringType.t option;A comment to describe the parameter.
*)defaultValue : ParameterValue.t option;The default value of the parameter.
*)required : Boolean.t;Whether the defined parameter is required.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of SensitiveStringType.t ])
list ]