RicoSuter/VisualJsonEditor

support items[] properties

Open

#25 建立於 2018年10月17日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C# (92 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (371 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Hi,items[] properties seems not to be supported.

the JsonSchema4 file looks like this below { "type": "object", "properties": { "fixedItemsList": { "type": "array", "title": "A list of fixed items", "items": [ { "title": "A string value", "type": "string", "default": "lorem ipsum" }, { "title": "a boolean value", "type": "boolean" } ], "additionalItems": { "title": "Additional item", "type": "number" } } } } you can also find it in tab[Arrays] from https://mozilla-services.github.io/react-jsonschema-form/ It can't be opened in VisualJsonEditor.

Regards.

貢獻者指南