Values.StepAttributeCapabilitySourceThe list of step attributes.
type nonrec t = {name : AttributeCapabilityName.t option;The name of the step attribute.
*)anyOf : ListAttributeCapabilityValue.t option;Requires any of the step attributes in a given list.
*)allOf : ListAttributeCapabilityValue.t option;Requires all of the step attribute values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AttributeCapabilityValue.t ] list
| `String of AttributeCapabilityName.t ])
list ]