RicoSuter/VisualJsonEditor

support items[] properties

Open

#25 aperta il 17 ott 2018

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)C# (92 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (371 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor