Skip to content

Commit fd78be4

Browse files
committed
[validation_dtypes.json] Remove Wrongly Set Dtype String
1 parent 52eb412 commit fd78be4

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

test/resources/validation_dtypes.json

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"-world",
2121
"3",
2222
"True"
23-
],
24-
"type": "string"
23+
]
2524
}
2625
]
2726
},
@@ -40,8 +39,7 @@
4039
"-11",
4140
"0",
4241
"-8"
43-
],
44-
"type": "string"
42+
]
4543
}
4644
]
4745
},
@@ -60,8 +58,7 @@
6058
"-11.9",
6159
"-10.0",
6260
"18.0"
63-
],
64-
"type": "string"
61+
]
6562
}
6663
]
6764
},
@@ -78,8 +75,7 @@
7875
"1997-12-14",
7976
"00-12-14",
8077
"89-07-04"
81-
],
82-
"type": "string"
78+
]
8379
}
8480
]
8581
},
@@ -96,8 +92,7 @@
9692
"97-12-14 11:11:11",
9793
"97-12-14 12:12",
9894
"1997-12-14 03:03"
99-
],
100-
"type": "string"
95+
]
10196
}
10297
]
10398
},
@@ -114,8 +109,7 @@
114109
"11:11:11",
115110
"12:12:12",
116111
"03:03:03"
117-
],
118-
"type": "string"
112+
]
119113
}
120114
]
121115
},
@@ -134,8 +128,7 @@
134128
"TRUE",
135129
"False",
136130
"t"
137-
],
138-
"type": "string"
131+
]
139132
}
140133
]
141134
},
@@ -152,8 +145,7 @@
152145
"lineA \n lineB",
153146
"lineC\n lineD",
154147
"\nlineE\n lineF"
155-
],
156-
"type": "string"
148+
]
157149
}
158150
]
159151
},
@@ -170,8 +162,7 @@
170162
"(39.12; 67.19)",
171163
"(39.12; 67.19)",
172164
"(39.12; 67.18)"
173-
],
174-
"type": "string"
165+
]
175166
}
176167
]
177168
},
@@ -188,8 +179,7 @@
188179
"(39.12; 89; 67.19)",
189180
"(39.12; 78; 67.19)",
190181
"(39.12; 56; 67.18)"
191-
],
192-
"type": "string"
182+
]
193183
}
194184
]
195185
}

0 commit comments

Comments
 (0)