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
But the form generator does not support "additionalProperties": true where you can add unlimited key/value pairs. For now if you put the request data in body you can provide raw json for the request.
I'll replace form generator with Angular JSON Schema Form where it's possible to have additionalProperties: true
Hi,
We will have some a field named metadata where the content will be defined by the user app.
metadata : {
"key1" : "value1",
"key2" : "value2",
etc.
}
Each key/value will be defined by the user. So how I can do that in SWAGGER Editor ?
Thx in advance,
The text was updated successfully, but these errors were encountered: