I can't deep link to a JSON-schema form

I'm able to do a one-way link using {{ jsonSchemaForm.data.whatever }}, but when I'm going to connect the properties on the page to values in the URL, I can't select any of the JSON-Schema form fields.

@nacho I’m not sure if this is a feature or a bug - double checking with engineering.

I think that the kinds of fields which can be linked here are limited to ones that are supported by .setValue(), or has a .value property. A workaround here might be using a temporary state as an intermediary