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

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

9월 9일 오전 11:32
Bar