Support for arbitrary keys

I need to support for arbitrary keys. I have tried with below patten properties but doesn’t work.

“displayName”: {
“$id”: “#/properties/displayName”,
“type”: “object”,
“patternProperties”: {
“[/w/W]”: {
“type”: “string”
}
}
}

Hi @praneshradhakrishnan, we don’t support this use case with the off-the-shelf renderers. You need to implement a custom renderer for your object.