RicoSuter/VisualJsonEditor

support items[] properties

Open

#25 ouverte le 17 oct. 2018

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)C# (92 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (371 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur