Skip to content

Commit 92d927e

Browse files
committed
adapt to new table and struct types
1 parent 6a0cac5 commit 92d927e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/RFC_READ_TABLE.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"optional": true
3131
},
3232
{
33-
"type": "array",
33+
"type": "table",
3434
"name": "DATA",
3535
"direction": "table",
3636
"optional": false,
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
{
45-
"type": "array",
45+
"type": "table",
4646
"name": "FIELDS",
4747
"direction": "table",
4848
"optional": false,
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
{
73-
"type": "array",
73+
"type": "table",
7474
"name": "OPTIONS",
7575
"direction": "table",
7676
"optional": false,

src/RFC_WALK_THRU_TEST.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"type": "array",
3+
"type": "struct",
44
"name": "TEST_OUT",
55
"direction": "output",
66
"optional": false,
@@ -56,7 +56,7 @@
5656
]
5757
},
5858
{
59-
"type": "array",
59+
"type": "struct",
6060
"name": "TEST_IN",
6161
"direction": "input",
6262
"optional": false,
@@ -112,7 +112,7 @@
112112
]
113113
},
114114
{
115-
"type": "array",
115+
"type": "table",
116116
"name": "DESTINATIONS",
117117
"direction": "table",
118118
"optional": false,
@@ -124,7 +124,7 @@
124124
]
125125
},
126126
{
127-
"type": "array",
127+
"type": "table",
128128
"name": "LOG",
129129
"direction": "table",
130130
"optional": false,

0 commit comments

Comments
 (0)