File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "schema" : {
3
+ "type" : " object" ,
4
+ "properties" : {
5
+ "foo" : {
6
+ "type" : [ " number" , " string" ],
7
+ "maxLength" :2 ,
8
+ "minLength" :0 ,
9
+ "minimum" :3 ,
10
+ "maximum" :10
11
+ }
12
+ }
13
+ },
14
+ "form" : [
15
+ {
16
+ "key" :" foo" ,
17
+ "title" :" Test" ,
18
+ "type" :" text"
19
+ }
20
+ ]
21
+ }
Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ <h3>Schema</h3>
281
281
{ name : "Bootstrap Grid" , data : 'data/grid.json' } ,
282
282
{ name : "Complex Key Support" , data : 'data/complex-keys.json' } ,
283
283
{ name : "Array" , data : 'data/array.json' } ,
284
+ { name : "Array of types" , data : 'data/array-of-types.json' } ,
284
285
{ name : "Tab Array" , data : 'data/tabarray.json' } ,
285
286
{ name : "Deep Array" , data : 'data/deep-array.json' } ,
286
287
//{ name: "Array Radio-Buttons", data: 'data/array-radiobuttons.json' },
You can’t perform that action at this time.
0 commit comments