-
Notifications
You must be signed in to change notification settings - Fork 413
Description
Describe the bug
I have the following schema:
"auth_style": {
"type": "string",
"enum": [
"header",
"param",
"body"
]
},
"client_key": {
"type": "string"
},
"client_secret": {
"type": "string"
},
"endpoint_params": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
},
Expected behavior
It should deal with it as a map of string -> string list and render correctly
Steps to reproduce the issue
Use the schema I provided
Screenshots

Which Version of JSON Forms are you using?
v3.6.0
Package
Core, React Material Renderers, React Bindings
Additional context
No response