My client needs to have an USER interface where they can build a JSON The JSON is defined and validated by its schema
For example, if you could go here https://developers.google.com/people/api/rest/v1/people/createContact
This editor lets us define the JSON and it displays the dropdown suggestions so the user may not make a mistake.
I have no idea how this is being done? Any insights are greatly appreciated.
Is there a third party tool available?
https://jsonschemalint.com/#!/version/draft-07/markup/json THis does exactly but it doesnt show a dropdown