RicoSuter/VisualJsonEditor

support items[] properties

Open

#25 geöffnet am 17. Okt. 2018

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (92 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (371 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide