Create a form that can build a json object like this and send to the backend to be added to the database. The form should be able to create an arbitrary number of columns and their test conditions. A column may have more than one test condition. The form must also supply a unique name for the schema.
Description
Create a form that can build a json object like this and send to the backend to be added to the database. The form should be able to create an arbitrary number of columns and their test conditions. A column may have more than one test condition. The form must also supply a unique name for the schema.
Tasks