UNPKG
react-jsonschema
Version:
latest (1.0.0)
1.0.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0
React forms with JSONSchema
github.com/vutran/react-jsonschema
vutran/react-jsonschema
react-jsonschema
/
docs
/
schemas
/
arrays.json
15 lines
(14 loc)
•
220 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"title"
:
"Arrays Demo"
,
"type"
:
"object"
,
"properties"
:
{
"websites"
:
{
"title"
:
"Websites"
,
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
,
"title"
:
"URL"
}
}
}
}