gorules / jdm-editor

JDM Editor is an open-source React component for crafting and designing JDM (JSON Decision model) files.
https://gorules.io
MIT License
142 stars 37 forks source link

Feature: JSON Schema & Autocompletion #88

Open jeremyjh opened 1 month ago

jeremyjh commented 1 month ago

It would be nice if we could provide a schema for the expected payload of a model, and then use that to provide intellisense-style auto completions for rule authors, as well as a way for them to see fields they can expect to be available.

ivanmiletic commented 1 month ago

Hi,

Thank you for the feedback!

Autocomplete/intellisense is done - released with JDM and will be up and running on BRMS by End of this week.

One of the upcoming features - we will be adding request json schema validators as optional param