JSON5.0, getting the following error: Expected 'screens[0].data.p1.items.properties.image' to be of type '', when I try to add images dynamically for a dropdown component.
1

"p1": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "metadata": { "type": "string" }, "image": { "type": "string" }, "alt_text": { "type": "string" } } }

Jahfar
已發問 約 1 個月前
已選擇的答案
1

Thanks for reporting the issue - we are tracking a similar issue here, so will centralize updates there.

9月9日 11:32
Bar