Vec<OCDeclareArc>
Internal: Array_of_OCDeclareArc
Used as Input
0
functions accept this type
Used as Output
1
function return this type
Type Definition
43 nested items
counts*:(Option<i64>, Option<i64>)— First tuple element: min count (optional), Second: max count (optional)
Example JSON Value
[
{
"arc_type": "AS",
"counts": [
1,
1
],
"from": "example",
"label": {
"all": [
{
"object_type": "order",
"type": "Simple"
}
],
"any": [
{
"object_type": "order",
"type": "Simple"
}
],
"each": [
{
"object_type": "order",
"type": "Simple"
}
]
},
"to": "example"
}
]