{} is a valid JSON Schema, it's a schema for any JSONObject. Should we allow this? If yes, how? This also raises the question about what should happen when additionalProperties is true?
One proposal is to allow user to enter key and value. Something like this:
<input title="key">:<input title="value">
<button>Add row</button>
{}is a valid JSON Schema, it's a schema for any JSONObject. Should we allow this? If yes, how? This also raises the question about what should happen whenadditionalPropertiesis true?One proposal is to allow user to enter key and value. Something like this: