You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: