-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
-
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Expression",
"description": "Schema for expression test",
"type": "object",
"properties": {
"numbers": {
"description": "The array of numbers to be operated with",
"type": "array",
"items" : {
"type" : "object",
"properties" :
{ "x" :
,
"y" : {"type":"number"}
}
}
}
},
"required": ["numbers"]
}
This is valid, but for some reason is not rendering on dev ui
- blocks
-
KOGITO-9380 Testing CLI + Operator using serverless-workflow-expression-quarkus
- Closed