Replies: 1 comment 2 replies
-
No currently. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using the Json output format and receive something like this:
...
{ "6010fc95be06e": { "type": "rule", "properties": { "field": "myfield, "operator": "equals", "value": [ 31 ], "valueSrc": [ "value" ], "valueError": [ null ], "valueType": [ "number" ] } } }
Is it possible to somehow add additional property in the properties object? I need some meta information which I would like to add there.
Beta Was this translation helpful? Give feedback.
All reactions