Values.CreateSystemTemplateRequestSourceCreates a system. The system is validated against the entities in the latest version of the user's namespace unless another namespace version is specified in the request.
type nonrec t = {definition : DefinitionDocument.t;The DefinitionDocument used to create the system.
*)compatibleNamespaceVersion : Version.t option;The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Version.t
| `Structure of
(string * [> `Enum of string | `String of DefinitionText.t ]) list ])
list ]