@rljson/io 0.0.47 → 0.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/conformance-tests/goldens/dump/empty.json +49 -21
- package/dist/conformance-tests/goldens/dump/two-tables.json +113 -73
- package/dist/conformance-tests/goldens/dumpTable/table1.json +2 -2
- package/dist/conformance-tests/goldens/rawTableCfgs.json +44 -16
- package/dist/conformance-tests/goldens/tableCfgs-1.json +44 -16
- package/dist/conformance-tests/goldens/tableCfgs.json +46 -18
- package/dist/conformance-tests/io-conformance.spec.ts +152 -30
- package/dist/io.js +85 -15
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_hash": "
|
|
2
|
+
"_hash": "dBFECc7GRh-vrkpouyUTCy",
|
|
3
3
|
"tableCfgs": {
|
|
4
4
|
"_type": "tableCfgs",
|
|
5
5
|
"_data": [
|
|
@@ -13,38 +13,50 @@
|
|
|
13
13
|
{
|
|
14
14
|
"key": "_hash",
|
|
15
15
|
"type": "string",
|
|
16
|
-
"
|
|
16
|
+
"titleShort": "Hash",
|
|
17
|
+
"titleLong": "Row Hash",
|
|
18
|
+
"_hash": "2QxgcOKzL6zsVCo9Yi_5Ke"
|
|
17
19
|
},
|
|
18
20
|
{
|
|
19
21
|
"key": "table",
|
|
20
22
|
"type": "string",
|
|
21
|
-
"
|
|
23
|
+
"titleShort": "Table",
|
|
24
|
+
"titleLong": "Table Key",
|
|
25
|
+
"_hash": "dxePvdUNnwg2TdHEAPlzcL"
|
|
22
26
|
},
|
|
23
27
|
{
|
|
24
28
|
"key": "predecessor",
|
|
25
29
|
"type": "string",
|
|
26
|
-
"
|
|
30
|
+
"titleShort": "Predecessor",
|
|
31
|
+
"titleLong": "Predecessor Revision Hash",
|
|
32
|
+
"_hash": "DX2BPCXbaK-WFn4Oy9hYjg"
|
|
27
33
|
},
|
|
28
34
|
{
|
|
29
35
|
"key": "successor",
|
|
30
36
|
"type": "string",
|
|
31
|
-
"
|
|
37
|
+
"titleShort": "Successor",
|
|
38
|
+
"titleLong": "Successor Revision Hash",
|
|
39
|
+
"_hash": "w-IMk9JjuBkgt88ddVGV7B"
|
|
32
40
|
},
|
|
33
41
|
{
|
|
34
42
|
"key": "timestamp",
|
|
35
43
|
"type": "number",
|
|
36
|
-
"
|
|
44
|
+
"titleShort": "Timestamp",
|
|
45
|
+
"titleLong": "Revision Timestamp",
|
|
46
|
+
"_hash": "G9EloAJ1OVidMrffwSVrLt"
|
|
37
47
|
},
|
|
38
48
|
{
|
|
39
49
|
"key": "id",
|
|
40
50
|
"type": "string",
|
|
41
|
-
"
|
|
51
|
+
"titleShort": "ID",
|
|
52
|
+
"titleLong": "Revision ID",
|
|
53
|
+
"_hash": "gwBBBa7SXFx2Zfz00JYdCR"
|
|
42
54
|
}
|
|
43
55
|
],
|
|
44
|
-
"_hash": "
|
|
56
|
+
"_hash": "KFWwSAaR3bnqCwesHeAN4k"
|
|
45
57
|
},
|
|
46
58
|
{
|
|
47
|
-
"_hash": "
|
|
59
|
+
"_hash": "jERNpYntKnsV66yxoS2xOg",
|
|
48
60
|
"key": "tableCfgs",
|
|
49
61
|
"type": "tableCfgs",
|
|
50
62
|
"isHead": false,
|
|
@@ -55,53 +67,69 @@
|
|
|
55
67
|
{
|
|
56
68
|
"key": "_hash",
|
|
57
69
|
"type": "string",
|
|
58
|
-
"
|
|
70
|
+
"titleShort": "Hash",
|
|
71
|
+
"titleLong": "Row Hash",
|
|
72
|
+
"_hash": "2QxgcOKzL6zsVCo9Yi_5Ke"
|
|
59
73
|
},
|
|
60
74
|
{
|
|
61
75
|
"key": "key",
|
|
62
76
|
"type": "string",
|
|
63
|
-
"
|
|
77
|
+
"titleShort": "Key",
|
|
78
|
+
"titleLong": "Table Key",
|
|
79
|
+
"_hash": "vXW6G031fGusGpEgdnVWmt"
|
|
64
80
|
},
|
|
65
81
|
{
|
|
66
82
|
"key": "type",
|
|
67
83
|
"type": "string",
|
|
68
|
-
"
|
|
84
|
+
"titleShort": "Type",
|
|
85
|
+
"titleLong": "Content Type",
|
|
86
|
+
"_hash": "X2upWVtQ02TKW3mj6SqU0c"
|
|
69
87
|
},
|
|
70
88
|
{
|
|
71
89
|
"key": "isHead",
|
|
72
90
|
"type": "boolean",
|
|
73
|
-
"
|
|
91
|
+
"titleShort": "Is Head",
|
|
92
|
+
"titleLong": "Is Head Table",
|
|
93
|
+
"_hash": "A-q9m5MVPMRVN6hk4pAMLH"
|
|
74
94
|
},
|
|
75
95
|
{
|
|
76
96
|
"key": "isRoot",
|
|
77
97
|
"type": "boolean",
|
|
78
|
-
"
|
|
98
|
+
"titleShort": "Is Root",
|
|
99
|
+
"titleLong": "Is Root Table",
|
|
100
|
+
"_hash": "qYiiwGCxzUtxlqIvZeU1rh"
|
|
79
101
|
},
|
|
80
102
|
{
|
|
81
103
|
"key": "isShared",
|
|
82
104
|
"type": "boolean",
|
|
83
|
-
"
|
|
105
|
+
"titleShort": "Is Shared",
|
|
106
|
+
"titleLong": "Is Shared Table",
|
|
107
|
+
"_hash": "jS9CqQBxXDhz1IB6PET4-P"
|
|
84
108
|
},
|
|
85
109
|
{
|
|
86
110
|
"key": "previous",
|
|
87
111
|
"type": "string",
|
|
88
|
-
"
|
|
112
|
+
"titleShort": "Previous",
|
|
113
|
+
"titleLong": "Previous Table Configuration Hash",
|
|
114
|
+
"_hash": "0EgSa6oJSjOqjUCqlJzb5E"
|
|
89
115
|
},
|
|
90
116
|
{
|
|
91
117
|
"key": "columns",
|
|
92
118
|
"type": "jsonArray",
|
|
93
|
-
"
|
|
119
|
+
"titleShort": "Columns",
|
|
120
|
+
"titleLong": "Column Configurations",
|
|
121
|
+
"_hash": "GRV_4vc3xouarDpc1ZXE2_"
|
|
94
122
|
}
|
|
95
123
|
]
|
|
96
124
|
}
|
|
97
125
|
],
|
|
98
|
-
"_tableCfg": "
|
|
99
|
-
"_hash": "
|
|
126
|
+
"_tableCfg": "jERNpYntKnsV66yxoS2xOg",
|
|
127
|
+
"_hash": "6iuL4dWHnsKqfvyAdVizTC"
|
|
100
128
|
},
|
|
101
129
|
"revisions": {
|
|
102
130
|
"_type": "revisions",
|
|
103
131
|
"_data": [],
|
|
104
|
-
"_tableCfg": "
|
|
105
|
-
"_hash": "
|
|
132
|
+
"_tableCfg": "KFWwSAaR3bnqCwesHeAN4k",
|
|
133
|
+
"_hash": "n0CtU753RpXZnGRTftbONY"
|
|
106
134
|
}
|
|
107
135
|
}
|
|
@@ -1,75 +1,124 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_hash": "
|
|
2
|
+
"_hash": "jCVJ-MgFPeGVfx3r5tw307",
|
|
3
3
|
"tableCfgs": {
|
|
4
4
|
"_type": "tableCfgs",
|
|
5
5
|
"_data": [
|
|
6
6
|
{
|
|
7
|
-
"key": "
|
|
8
|
-
"type": "revisions",
|
|
9
|
-
"isHead": true,
|
|
10
|
-
"isRoot": true,
|
|
11
|
-
"isShared": false,
|
|
7
|
+
"key": "table1",
|
|
12
8
|
"columns": [
|
|
13
9
|
{
|
|
14
10
|
"key": "_hash",
|
|
11
|
+
"titleLong": "Hash",
|
|
12
|
+
"titleShort": "Hash",
|
|
15
13
|
"type": "string",
|
|
16
|
-
"_hash": "
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"key": "table",
|
|
20
|
-
"type": "string",
|
|
21
|
-
"_hash": "FmsYjsit04XJi02Sihdwl-"
|
|
14
|
+
"_hash": "Np5O9L6tfUaUFTAYyx6g5E"
|
|
22
15
|
},
|
|
23
16
|
{
|
|
24
|
-
"key": "
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"key": "successor",
|
|
17
|
+
"key": "a",
|
|
18
|
+
"titleLong": "Column A",
|
|
19
|
+
"titleShort": "A",
|
|
30
20
|
"type": "string",
|
|
31
|
-
"_hash": "
|
|
21
|
+
"_hash": "xcDjJS1rhQTUVCEHgVCX39"
|
|
32
22
|
},
|
|
33
23
|
{
|
|
34
|
-
"key": "
|
|
24
|
+
"key": "b",
|
|
25
|
+
"titleLong": "Column B",
|
|
26
|
+
"titleShort": "B",
|
|
35
27
|
"type": "number",
|
|
36
|
-
"_hash": "
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"key": "id",
|
|
40
|
-
"type": "string",
|
|
41
|
-
"_hash": "eq2P3RIaSgy81i7PomNUvn"
|
|
28
|
+
"_hash": "nUn22XHcjGFmnLTAivmyc5"
|
|
42
29
|
}
|
|
43
30
|
],
|
|
44
|
-
"
|
|
31
|
+
"type": "components",
|
|
32
|
+
"isHead": true,
|
|
33
|
+
"isRoot": true,
|
|
34
|
+
"isShared": false,
|
|
35
|
+
"_hash": "9jZWK-5WPpnlQHCWSPg80D"
|
|
45
36
|
},
|
|
46
37
|
{
|
|
47
38
|
"key": "table2",
|
|
48
39
|
"columns": [
|
|
49
40
|
{
|
|
50
41
|
"key": "_hash",
|
|
42
|
+
"titleLong": "Hash",
|
|
43
|
+
"titleShort": "Hash",
|
|
51
44
|
"type": "string",
|
|
52
|
-
"_hash": "
|
|
45
|
+
"_hash": "Np5O9L6tfUaUFTAYyx6g5E"
|
|
53
46
|
},
|
|
54
47
|
{
|
|
55
48
|
"key": "a",
|
|
49
|
+
"titleLong": "Column A",
|
|
50
|
+
"titleShort": "A",
|
|
56
51
|
"type": "string",
|
|
57
|
-
"_hash": "
|
|
52
|
+
"_hash": "xcDjJS1rhQTUVCEHgVCX39"
|
|
58
53
|
},
|
|
59
54
|
{
|
|
60
55
|
"key": "b",
|
|
56
|
+
"titleLong": "Column B",
|
|
57
|
+
"titleShort": "B",
|
|
61
58
|
"type": "number",
|
|
62
|
-
"_hash": "
|
|
59
|
+
"_hash": "nUn22XHcjGFmnLTAivmyc5"
|
|
63
60
|
}
|
|
64
61
|
],
|
|
65
62
|
"type": "components",
|
|
66
63
|
"isHead": true,
|
|
67
64
|
"isRoot": true,
|
|
68
65
|
"isShared": false,
|
|
69
|
-
"_hash": "
|
|
66
|
+
"_hash": "IyN6yPSBO7ACRpYiYb0BIm"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"key": "revisions",
|
|
70
|
+
"type": "revisions",
|
|
71
|
+
"isHead": true,
|
|
72
|
+
"isRoot": true,
|
|
73
|
+
"isShared": false,
|
|
74
|
+
"columns": [
|
|
75
|
+
{
|
|
76
|
+
"key": "_hash",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"titleShort": "Hash",
|
|
79
|
+
"titleLong": "Row Hash",
|
|
80
|
+
"_hash": "2QxgcOKzL6zsVCo9Yi_5Ke"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"key": "table",
|
|
84
|
+
"type": "string",
|
|
85
|
+
"titleShort": "Table",
|
|
86
|
+
"titleLong": "Table Key",
|
|
87
|
+
"_hash": "dxePvdUNnwg2TdHEAPlzcL"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"key": "predecessor",
|
|
91
|
+
"type": "string",
|
|
92
|
+
"titleShort": "Predecessor",
|
|
93
|
+
"titleLong": "Predecessor Revision Hash",
|
|
94
|
+
"_hash": "DX2BPCXbaK-WFn4Oy9hYjg"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"key": "successor",
|
|
98
|
+
"type": "string",
|
|
99
|
+
"titleShort": "Successor",
|
|
100
|
+
"titleLong": "Successor Revision Hash",
|
|
101
|
+
"_hash": "w-IMk9JjuBkgt88ddVGV7B"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"key": "timestamp",
|
|
105
|
+
"type": "number",
|
|
106
|
+
"titleShort": "Timestamp",
|
|
107
|
+
"titleLong": "Revision Timestamp",
|
|
108
|
+
"_hash": "G9EloAJ1OVidMrffwSVrLt"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"key": "id",
|
|
112
|
+
"type": "string",
|
|
113
|
+
"titleShort": "ID",
|
|
114
|
+
"titleLong": "Revision ID",
|
|
115
|
+
"_hash": "gwBBBa7SXFx2Zfz00JYdCR"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"_hash": "KFWwSAaR3bnqCwesHeAN4k"
|
|
70
119
|
},
|
|
71
120
|
{
|
|
72
|
-
"_hash": "
|
|
121
|
+
"_hash": "jERNpYntKnsV66yxoS2xOg",
|
|
73
122
|
"key": "tableCfgs",
|
|
74
123
|
"type": "tableCfgs",
|
|
75
124
|
"isHead": false,
|
|
@@ -80,90 +129,81 @@
|
|
|
80
129
|
{
|
|
81
130
|
"key": "_hash",
|
|
82
131
|
"type": "string",
|
|
83
|
-
"
|
|
132
|
+
"titleShort": "Hash",
|
|
133
|
+
"titleLong": "Row Hash",
|
|
134
|
+
"_hash": "2QxgcOKzL6zsVCo9Yi_5Ke"
|
|
84
135
|
},
|
|
85
136
|
{
|
|
86
137
|
"key": "key",
|
|
87
138
|
"type": "string",
|
|
88
|
-
"
|
|
139
|
+
"titleShort": "Key",
|
|
140
|
+
"titleLong": "Table Key",
|
|
141
|
+
"_hash": "vXW6G031fGusGpEgdnVWmt"
|
|
89
142
|
},
|
|
90
143
|
{
|
|
91
144
|
"key": "type",
|
|
92
145
|
"type": "string",
|
|
93
|
-
"
|
|
146
|
+
"titleShort": "Type",
|
|
147
|
+
"titleLong": "Content Type",
|
|
148
|
+
"_hash": "X2upWVtQ02TKW3mj6SqU0c"
|
|
94
149
|
},
|
|
95
150
|
{
|
|
96
151
|
"key": "isHead",
|
|
97
152
|
"type": "boolean",
|
|
98
|
-
"
|
|
153
|
+
"titleShort": "Is Head",
|
|
154
|
+
"titleLong": "Is Head Table",
|
|
155
|
+
"_hash": "A-q9m5MVPMRVN6hk4pAMLH"
|
|
99
156
|
},
|
|
100
157
|
{
|
|
101
158
|
"key": "isRoot",
|
|
102
159
|
"type": "boolean",
|
|
103
|
-
"
|
|
160
|
+
"titleShort": "Is Root",
|
|
161
|
+
"titleLong": "Is Root Table",
|
|
162
|
+
"_hash": "qYiiwGCxzUtxlqIvZeU1rh"
|
|
104
163
|
},
|
|
105
164
|
{
|
|
106
165
|
"key": "isShared",
|
|
107
166
|
"type": "boolean",
|
|
108
|
-
"
|
|
167
|
+
"titleShort": "Is Shared",
|
|
168
|
+
"titleLong": "Is Shared Table",
|
|
169
|
+
"_hash": "jS9CqQBxXDhz1IB6PET4-P"
|
|
109
170
|
},
|
|
110
171
|
{
|
|
111
172
|
"key": "previous",
|
|
112
173
|
"type": "string",
|
|
113
|
-
"
|
|
174
|
+
"titleShort": "Previous",
|
|
175
|
+
"titleLong": "Previous Table Configuration Hash",
|
|
176
|
+
"_hash": "0EgSa6oJSjOqjUCqlJzb5E"
|
|
114
177
|
},
|
|
115
178
|
{
|
|
116
179
|
"key": "columns",
|
|
117
180
|
"type": "jsonArray",
|
|
118
|
-
"
|
|
181
|
+
"titleShort": "Columns",
|
|
182
|
+
"titleLong": "Column Configurations",
|
|
183
|
+
"_hash": "GRV_4vc3xouarDpc1ZXE2_"
|
|
119
184
|
}
|
|
120
185
|
]
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"key": "table1",
|
|
124
|
-
"columns": [
|
|
125
|
-
{
|
|
126
|
-
"key": "_hash",
|
|
127
|
-
"type": "string",
|
|
128
|
-
"_hash": "df4oYftB-71Njv9FprRCeg"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"key": "a",
|
|
132
|
-
"type": "string",
|
|
133
|
-
"_hash": "4sOy83iAANZEj6_Lmlg0d3"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"key": "b",
|
|
137
|
-
"type": "number",
|
|
138
|
-
"_hash": "dHYaVsRiXeP_WY7Qrd5Y8J"
|
|
139
|
-
}
|
|
140
|
-
],
|
|
141
|
-
"type": "components",
|
|
142
|
-
"isHead": true,
|
|
143
|
-
"isRoot": true,
|
|
144
|
-
"isShared": false,
|
|
145
|
-
"_hash": "uX24nHRtwkXRsq8l46cNRZ"
|
|
146
186
|
}
|
|
147
187
|
],
|
|
148
|
-
"_tableCfg": "
|
|
149
|
-
"_hash": "
|
|
188
|
+
"_tableCfg": "jERNpYntKnsV66yxoS2xOg",
|
|
189
|
+
"_hash": "4LOYQDRCXLGZW5PjXbLNgC"
|
|
150
190
|
},
|
|
151
191
|
"revisions": {
|
|
152
192
|
"_type": "revisions",
|
|
153
193
|
"_data": [],
|
|
154
|
-
"_tableCfg": "
|
|
155
|
-
"_hash": "
|
|
194
|
+
"_tableCfg": "KFWwSAaR3bnqCwesHeAN4k",
|
|
195
|
+
"_hash": "n0CtU753RpXZnGRTftbONY"
|
|
156
196
|
},
|
|
157
197
|
"table1": {
|
|
158
198
|
"_type": "components",
|
|
159
199
|
"_data": [],
|
|
160
|
-
"_tableCfg": "
|
|
161
|
-
"_hash": "
|
|
200
|
+
"_tableCfg": "9jZWK-5WPpnlQHCWSPg80D",
|
|
201
|
+
"_hash": "Uz3ZOFKX1d-0UGs1uO3Z_O"
|
|
162
202
|
},
|
|
163
203
|
"table2": {
|
|
164
204
|
"_type": "components",
|
|
165
205
|
"_data": [],
|
|
166
|
-
"_tableCfg": "
|
|
167
|
-
"_hash": "
|
|
206
|
+
"_tableCfg": "IyN6yPSBO7ACRpYiYb0BIm",
|
|
207
|
+
"_hash": "AbXQqlWwOR3Eo81wwxpxvZ"
|
|
168
208
|
}
|
|
169
209
|
}
|
|
@@ -9,35 +9,47 @@
|
|
|
9
9
|
{
|
|
10
10
|
"key": "_hash",
|
|
11
11
|
"type": "string",
|
|
12
|
-
"
|
|
12
|
+
"titleShort": "Hash",
|
|
13
|
+
"titleLong": "Row Hash",
|
|
14
|
+
"_hash": "2QxgcOKzL6zsVCo9Yi_5Ke"
|
|
13
15
|
},
|
|
14
16
|
{
|
|
15
17
|
"key": "table",
|
|
16
18
|
"type": "string",
|
|
17
|
-
"
|
|
19
|
+
"titleShort": "Table",
|
|
20
|
+
"titleLong": "Table Key",
|
|
21
|
+
"_hash": "dxePvdUNnwg2TdHEAPlzcL"
|
|
18
22
|
},
|
|
19
23
|
{
|
|
20
24
|
"key": "predecessor",
|
|
21
25
|
"type": "string",
|
|
22
|
-
"
|
|
26
|
+
"titleShort": "Predecessor",
|
|
27
|
+
"titleLong": "Predecessor Revision Hash",
|
|
28
|
+
"_hash": "DX2BPCXbaK-WFn4Oy9hYjg"
|
|
23
29
|
},
|
|
24
30
|
{
|
|
25
31
|
"key": "successor",
|
|
26
32
|
"type": "string",
|
|
27
|
-
"
|
|
33
|
+
"titleShort": "Successor",
|
|
34
|
+
"titleLong": "Successor Revision Hash",
|
|
35
|
+
"_hash": "w-IMk9JjuBkgt88ddVGV7B"
|
|
28
36
|
},
|
|
29
37
|
{
|
|
30
38
|
"key": "timestamp",
|
|
31
39
|
"type": "number",
|
|
32
|
-
"
|
|
40
|
+
"titleShort": "Timestamp",
|
|
41
|
+
"titleLong": "Revision Timestamp",
|
|
42
|
+
"_hash": "G9EloAJ1OVidMrffwSVrLt"
|
|
33
43
|
},
|
|
34
44
|
{
|
|
35
45
|
"key": "id",
|
|
36
46
|
"type": "string",
|
|
37
|
-
"
|
|
47
|
+
"titleShort": "ID",
|
|
48
|
+
"titleLong": "Revision ID",
|
|
49
|
+
"_hash": "gwBBBa7SXFx2Zfz00JYdCR"
|
|
38
50
|
}
|
|
39
51
|
],
|
|
40
|
-
"_hash": "
|
|
52
|
+
"_hash": "KFWwSAaR3bnqCwesHeAN4k"
|
|
41
53
|
},
|
|
42
54
|
{
|
|
43
55
|
"key": "table0",
|
|
@@ -60,7 +72,7 @@
|
|
|
60
72
|
"_hash": "SkSdXUd0JvYYu_AtvQ2sOZ"
|
|
61
73
|
},
|
|
62
74
|
{
|
|
63
|
-
"_hash": "
|
|
75
|
+
"_hash": "jERNpYntKnsV66yxoS2xOg",
|
|
64
76
|
"key": "tableCfgs",
|
|
65
77
|
"type": "tableCfgs",
|
|
66
78
|
"isHead": false,
|
|
@@ -71,42 +83,58 @@
|
|
|
71
83
|
{
|
|
72
84
|
"key": "_hash",
|
|
73
85
|
"type": "string",
|
|
74
|
-
"
|
|
86
|
+
"titleShort": "Hash",
|
|
87
|
+
"titleLong": "Row Hash",
|
|
88
|
+
"_hash": "2QxgcOKzL6zsVCo9Yi_5Ke"
|
|
75
89
|
},
|
|
76
90
|
{
|
|
77
91
|
"key": "key",
|
|
78
92
|
"type": "string",
|
|
79
|
-
"
|
|
93
|
+
"titleShort": "Key",
|
|
94
|
+
"titleLong": "Table Key",
|
|
95
|
+
"_hash": "vXW6G031fGusGpEgdnVWmt"
|
|
80
96
|
},
|
|
81
97
|
{
|
|
82
98
|
"key": "type",
|
|
83
99
|
"type": "string",
|
|
84
|
-
"
|
|
100
|
+
"titleShort": "Type",
|
|
101
|
+
"titleLong": "Content Type",
|
|
102
|
+
"_hash": "X2upWVtQ02TKW3mj6SqU0c"
|
|
85
103
|
},
|
|
86
104
|
{
|
|
87
105
|
"key": "isHead",
|
|
88
106
|
"type": "boolean",
|
|
89
|
-
"
|
|
107
|
+
"titleShort": "Is Head",
|
|
108
|
+
"titleLong": "Is Head Table",
|
|
109
|
+
"_hash": "A-q9m5MVPMRVN6hk4pAMLH"
|
|
90
110
|
},
|
|
91
111
|
{
|
|
92
112
|
"key": "isRoot",
|
|
93
113
|
"type": "boolean",
|
|
94
|
-
"
|
|
114
|
+
"titleShort": "Is Root",
|
|
115
|
+
"titleLong": "Is Root Table",
|
|
116
|
+
"_hash": "qYiiwGCxzUtxlqIvZeU1rh"
|
|
95
117
|
},
|
|
96
118
|
{
|
|
97
119
|
"key": "isShared",
|
|
98
120
|
"type": "boolean",
|
|
99
|
-
"
|
|
121
|
+
"titleShort": "Is Shared",
|
|
122
|
+
"titleLong": "Is Shared Table",
|
|
123
|
+
"_hash": "jS9CqQBxXDhz1IB6PET4-P"
|
|
100
124
|
},
|
|
101
125
|
{
|
|
102
126
|
"key": "previous",
|
|
103
127
|
"type": "string",
|
|
104
|
-
"
|
|
128
|
+
"titleShort": "Previous",
|
|
129
|
+
"titleLong": "Previous Table Configuration Hash",
|
|
130
|
+
"_hash": "0EgSa6oJSjOqjUCqlJzb5E"
|
|
105
131
|
},
|
|
106
132
|
{
|
|
107
133
|
"key": "columns",
|
|
108
134
|
"type": "jsonArray",
|
|
109
|
-
"
|
|
135
|
+
"titleShort": "Columns",
|
|
136
|
+
"titleLong": "Column Configurations",
|
|
137
|
+
"_hash": "GRV_4vc3xouarDpc1ZXE2_"
|
|
110
138
|
}
|
|
111
139
|
]
|
|
112
140
|
},
|