intellij-openshift-connector icon indicating copy to clipboard operation
intellij-openshift-connector copied to clipboard

Add validation to the JSON widget

Open jeffmaury opened this issue 4 years ago • 0 comments

[kind/Enhancement]

Which functionality do you think we should update/improve?

The JSON widget that is used by the create service does not implement validation. We can use the schema to add checks

Why is this needed?

Because user can type wrong inputs today:

  • non number values for number/integer
  • required values

jeffmaury avatar Sep 08 '21 11:09 jeffmaury