Values.StepRequiredCapabilitiesSourceThe details of required step capabilities.
type nonrec t = {attributes : StepAttributeCapabilities.t option;The capability attributes that the step requires.
*)amounts : StepAmountCapabilities.t option;The capability amounts that the step requires.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `List of
[> `String of AttributeCapabilityValue.t ] list
| `String of AttributeCapabilityName.t ])
list ]
list ])
list ]