... | ... | @@ -213,4 +213,10 @@ A **payload** contains two required fields - evidence and cspecRuleSetUrl. An ex |
|
|
],
|
|
|
statusObj: { name: 'assertion computed', status: 'ok' }
|
|
|
}
|
|
|
|
|
|
console.log(resp.data.data.rules[0].conditions)
|
|
|
[
|
|
|
{ condition: '>=0', label: 'Rule3, Condition1' },
|
|
|
{ condition: '<=5', label: 'Rule3, Condition2' }
|
|
|
]
|
|
|
``` |
|
|
\ No newline at end of file |