File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
"optional" : true
31
31
},
32
32
{
33
- "type" : " array " ,
33
+ "type" : " table " ,
34
34
"name" : " DATA" ,
35
35
"direction" : " table" ,
36
36
"optional" : false ,
42
42
]
43
43
},
44
44
{
45
- "type" : " array " ,
45
+ "type" : " table " ,
46
46
"name" : " FIELDS" ,
47
47
"direction" : " table" ,
48
48
"optional" : false ,
70
70
]
71
71
},
72
72
{
73
- "type" : " array " ,
73
+ "type" : " table " ,
74
74
"name" : " OPTIONS" ,
75
75
"direction" : " table" ,
76
76
"optional" : false ,
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "type" : " array " ,
3
+ "type" : " struct " ,
4
4
"name" : " TEST_OUT" ,
5
5
"direction" : " output" ,
6
6
"optional" : false ,
56
56
]
57
57
},
58
58
{
59
- "type" : " array " ,
59
+ "type" : " struct " ,
60
60
"name" : " TEST_IN" ,
61
61
"direction" : " input" ,
62
62
"optional" : false ,
112
112
]
113
113
},
114
114
{
115
- "type" : " array " ,
115
+ "type" : " table " ,
116
116
"name" : " DESTINATIONS" ,
117
117
"direction" : " table" ,
118
118
"optional" : false ,
124
124
]
125
125
},
126
126
{
127
- "type" : " array " ,
127
+ "type" : " table " ,
128
128
"name" : " LOG" ,
129
129
"direction" : " table" ,
130
130
"optional" : false ,
You can’t perform that action at this time.
0 commit comments