You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed two issues when using patternProperties:
The generated form does not show the value (regex actual match) for keys. In the example below, I would want to see the names Art, Bruce, and Steve on the form.
In addition, there is no widget providing the ability in the form to add additional key-value pairs. For example, I have no way of adding the name Mary with the office number 6104.
I used your JSON Editor Example webpage to be able to intepret the following JSON data and schema as shown below.
I've noticed two issues when using patternProperties:
The generated form does not show the value (regex actual match) for keys. In the example below, I would want to see the names Art, Bruce, and Steve on the form.
In addition, there is no widget providing the ability in the form to add additional key-value pairs. For example, I have no way of adding the name Mary with the office number 6104.
I used your JSON Editor Example webpage to be able to intepret the following JSON data and schema as shown below.
data:
schema:
The text was updated successfully, but these errors were encountered: