Stephan H. Wissel
Stephan H. Wissel
You are more than welcome to provide a pull request. An interesting challenge to solve is the visual. A decision is a diamond, one point is entry, so you might...
I wouldn't expect fixes for browsers that have been EOL by their manufacturers
Give it a shot and submit a pull request
Actually operation works too. For fun post the code on the site. Short of start right works.
Works (almost) nicely now. I tried in the webUI: st=>start: Start:>http://www.google.com[blank] e=>end:>http://www.google.com op1=>operation: My Operation sub1=>subroutine: My Subroutine cond=>condition: Yes or No?:>http://www.google.com io=>inputoutput: catch something... st(right)->op1(right)->cond cond(yes,right)->io(right)->e cond(no)->sub1(left)->op1 The only...
Same issue here
This is the schema. Needs to have a type object otherwise the SwaggerUI doesn't render an input box. Input is arbitrary JSON, so no Schema definition ![Screenshot 2021-08-19 at 02...
I changed the datatype to a a referenced schema, it shows in the UI now, but ReDoc barfs on it: ``` Incompatible types in allOf at "#/components/schemas/MessageListItem/oneOf/0" Stack trace Error:...
seems like. Where to report?
Appreciate your help here. If I can assist, let me know. The various validators (including the one in vert.x) seem to be OK with it. Btw. you still have access...